Html Css Color HEX #EC6102 Persimmon

📋 copy color: '#EC6102'

red 236 ◦ green 97 ◦ blue 2

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

Shades of Persimmon #EC6102

Tints of Persimmon #EC6102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.96%

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

R = 70.45%
G = 28.96%
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

#EC6102 (or 0xEC6102) is known color: Persimmon. HEX triplet: EC, 61 and 02. RGB value is (236,97,2). Sum of RGB (Red+Green+Blue) = 236+97+2=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6102 is #139EFD. Grayscale: #808080. Windows color (decimal): -1285886 or 156140. OLE color: 156140.

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

Color convert

RGB 236 97 2 -
CMYK 0 0.59 0.99 0.07
HSL 24.36º 0.98% 0.47% -
HSV(B) 24.36º 0.99% 0.93% -
XYZ 38.88 26.39 3.1 -
YUV 127.73 57.05 205.22 -
System Red Green Blue C M Y K H S L
Decimal 236 97 2 0 0.59 0.99 0.07 24.36 0.98 0.47
Hex EC 61 2 0 3B 63 7 18 62 2F
Octal 354 141 2 0 73 143 7 30 142 57
Binary 11101100 1100001 10 0 111011 1100011 111 11000 1100010 101111

Color Harmonies of #EC6102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6102

Black with #EC6102

Text Example


Text Example

White with #EC6102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6102; }

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

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

background-color css

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

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

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

border-color css

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

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

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