Html Css Color HEX #EC4B06 Persimmon

📋 copy color: '#EC4B06'

red 236 ◦ green 75 ◦ blue 6

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

Shades of Persimmon #EC4B06

Tints of Persimmon #EC4B06

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.66%

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 74.45%
G = 23.66%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC4B06 (or 0xEC4B06) is known color: Persimmon. HEX triplet: EC, 4B and 06. RGB value is (236,75,6). Sum of RGB (Red+Green+Blue) = 236+75+6=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4B06 is #13B4F9. Grayscale: #737373. Windows color (decimal): -1291514 or 412652. OLE color: 412652.

HSL color Cylindrical-coordinate representation of color #EC4B06: hue angle of 18º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC4B06 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 75 6 -
CMYK 0 0.68 0.97 0.07
HSL 18º 0.95% 0.47% -
HSV(B) 18º 0.97% 0.93% -
XYZ 37.14 22.88 2.63 -
YUV 115.27 66.34 214.11 -
System Red Green Blue C M Y K H S L
Decimal 236 75 6 0 0.68 0.97 0.07 18 0.95 0.47
Hex EC 4B 6 0 44 61 7 12 5F 2F
Octal 354 113 6 0 104 141 7 22 137 57
Binary 11101100 1001011 110 0 1000100 1100001 111 10010 1011111 101111

Color Harmonies of #EC4B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4B06

Black with #EC4B06

Text Example


Text Example

White with #EC4B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4B06; }

 p { color: rgb(236,75,6); }

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

background-color css

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

 a { background-color: rgb(236,75,6); }

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

border-color css

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

 span { border-color: rgb(236,75,6); }

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