Html Css Color HEX #EC6000 Persimmon

📋 copy color: '#EC6000'

red 236 ◦ green 96 ◦ blue 0

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

Shades of Persimmon #EC6000

Tints of Persimmon #EC6000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.08%
G = 28.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC6000 (or 0xEC6000) is known color: Persimmon. HEX triplet: EC, 60 and 00. RGB value is (236,96,0). Sum of RGB (Red+Green+Blue) = 236+96+0=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6000 is #139FFF. Grayscale: #7F7F7F. Windows color (decimal): -1286144 or 24812. OLE color: 24812.

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

Color convert

RGB 236 96 0 -
CMYK 0 0.59 1 0.07
HSL 24.41º 1% 0.46% -
HSV(B) 24.41º 1% 0.93% -
XYZ 38.77 26.2 3.01 -
YUV 126.92 56.38 205.81 -
System Red Green Blue C M Y K H S L
Decimal 236 96 0 0 0.59 1 0.07 24.41 1 0.46
Hex EC 60 0 0 3B 64 7 18 64 2E
Octal 354 140 0 0 73 144 7 30 144 56
Binary 11101100 1100000 0 0 111011 1100100 111 11000 1100100 101110

Color Harmonies of #EC6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6000

Black with #EC6000

Text Example


Text Example

White with #EC6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6000; }

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

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

background-color css

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

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

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

border-color css

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

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

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