Html Css Color HEX #EC660A Persimmon

📋 copy color: '#EC660A'

red 236 ◦ green 102 ◦ blue 10

#EC660A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persimmon #EC660A

Tints of Persimmon #EC660A

RGB

 RED value IS 236 (92.58% from 255) = 67.82%

 GREEN value IS 102 (40.23% from 255) = 29.31%

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 67.82%
G = 29.31%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EC660A (or 0xEC660A) is known color: Persimmon. HEX triplet: EC, 66 and 0A. RGB value is (236,102,10). Sum of RGB (Red+Green+Blue) = 236+102+10=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC660A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC660A is #1399F5. Grayscale: #848484. Windows color (decimal): -1284598 or 681708. OLE color: 681708.

HSL color Cylindrical-coordinate representation of color #EC660A: hue angle of 24.42º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC660A is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 102 10 -
CMYK 0 0.57 0.96 0.07
HSL 24.42º 0.92% 0.48% -
HSV(B) 24.42º 0.96% 0.93% -
XYZ 39.4 27.36 3.49 -
YUV 131.58 59.39 202.48 -
System Red Green Blue C M Y K H S L
Decimal 236 102 10 0 0.57 0.96 0.07 24.42 0.92 0.48
Hex EC 66 A 0 39 60 7 18 5C 30
Octal 354 146 12 0 71 140 7 30 134 60
Binary 11101100 1100110 1010 0 111001 1100000 111 11000 1011100 110000

Color Harmonies of #EC660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC660A

Black with #EC660A

Text Example


Text Example

White with #EC660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC660A; }

 p { color: rgb(236,102,10); }

 H1.HeaderClassName
 {
   color: #EC660A;
 }
 .AnyTagClassName
 {
   color: #EC660A;
 }
</style>

background-color css

<style>
 a { background-color: #EC660A; }

 a { background-color: rgb(236,102,10); }

 div.DivClassName
 {
   background-color: #EC660A;
 }
 .BgClassName
 {
   background-color: #EC660A;
 }
</style>

border-color css

<style>
 span { border-color: #EC660A; }

 span { border-color: rgb(236,102,10); }

 td.TdClassName
 {
   border-color: #EC660A;
 }
 .TagClassName
 {
   border-color: #EC660A;
 }
</style>