Html Css Color HEX #EC6007 Persimmon

📋 copy color: '#EC6007'

red 236 ◦ green 96 ◦ blue 7

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

Shades of Persimmon #EC6007

Tints of Persimmon #EC6007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.06%

R = 69.62%
G = 28.32%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC6007 (or 0xEC6007) is known color: Persimmon. HEX triplet: EC, 60 and 07. RGB value is (236,96,7). Sum of RGB (Red+Green+Blue) = 236+96+7=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6007 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6007 is #139FF8. Grayscale: #808080. Windows color (decimal): -1286137 or 483564. OLE color: 483564.

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

Color convert

RGB 236 96 7 -
CMYK 0 0.59 0.97 0.07
HSL 23.32º 0.94% 0.48% -
HSV(B) 23.32º 0.97% 0.93% -
XYZ 38.81 26.21 3.22 -
YUV 127.71 59.88 205.24 -
System Red Green Blue C M Y K H S L
Decimal 236 96 7 0 0.59 0.97 0.07 23.32 0.94 0.48
Hex EC 60 7 0 3B 61 7 17 5E 30
Octal 354 140 7 0 73 141 7 27 136 60
Binary 11101100 1100000 111 0 111011 1100001 111 10111 1011110 110000

Color Harmonies of #EC6007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6007

Black with #EC6007

Text Example


Text Example

White with #EC6007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6007; }

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

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

background-color css

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

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

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

border-color css

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

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

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