Html Css Color HEX #EC6002 Persimmon

📋 copy color: '#EC6002'

red 236 ◦ green 96 ◦ blue 2

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

Shades of Persimmon #EC6002

Tints of Persimmon #EC6002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.74%

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

R = 70.66%
G = 28.74%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC6002 (or 0xEC6002) is known color: Persimmon. HEX triplet: EC, 60 and 02. RGB value is (236,96,2). Sum of RGB (Red+Green+Blue) = 236+96+2=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6002 is #139FFD. Grayscale: #7F7F7F. Windows color (decimal): -1286142 or 155884. OLE color: 155884.

HSL color Cylindrical-coordinate representation of color #EC6002: hue angle of 24.1º 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 #EC6002 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 96 2 -
CMYK 0 0.59 0.99 0.07
HSL 24.1º 0.98% 0.47% -
HSV(B) 24.1º 0.99% 0.93% -
XYZ 38.79 26.2 3.07 -
YUV 127.14 57.38 205.64 -
System Red Green Blue C M Y K H S L
Decimal 236 96 2 0 0.59 0.99 0.07 24.1 0.98 0.47
Hex EC 60 2 0 3B 63 7 18 62 2F
Octal 354 140 2 0 73 143 7 30 142 57
Binary 11101100 1100000 10 0 111011 1100011 111 11000 1100010 101111

Color Harmonies of #EC6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6002

Black with #EC6002

Text Example


Text Example

White with #EC6002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6002; }

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

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

background-color css

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

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

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

border-color css

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

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

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