Html Css Color HEX #EC4B02 Persimmon

📋 copy color: '#EC4B02'

red 236 ◦ green 75 ◦ blue 2

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

Shades of Persimmon #EC4B02

Tints of Persimmon #EC4B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 75.4%
G = 23.96%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC4B02 (or 0xEC4B02) is known color: Persimmon. HEX triplet: EC, 4B and 02. RGB value is (236,75,2). Sum of RGB (Red+Green+Blue) = 236+75+2=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4B02 is #13B4FD. Grayscale: #737373. Windows color (decimal): -1291518 or 150508. OLE color: 150508.

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

Color convert

RGB 236 75 2 -
CMYK 0 0.68 0.99 0.07
HSL 18.72º 0.98% 0.47% -
HSV(B) 18.72º 0.99% 0.93% -
XYZ 37.12 22.87 2.52 -
YUV 114.82 64.34 214.44 -
System Red Green Blue C M Y K H S L
Decimal 236 75 2 0 0.68 0.99 0.07 18.72 0.98 0.47
Hex EC 4B 2 0 44 63 7 13 62 2F
Octal 354 113 2 0 104 143 7 23 142 57
Binary 11101100 1001011 10 0 1000100 1100011 111 10011 1100010 101111

Color Harmonies of #EC4B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4B02

Black with #EC4B02

Text Example


Text Example

White with #EC4B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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