Html Css Color HEX #EC600A Persimmon

📋 copy color: '#EC600A'

red 236 ◦ green 96 ◦ blue 10

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

Shades of Persimmon #EC600A

Tints of Persimmon #EC600A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.92%

R = 69.01%
G = 28.07%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC600A (or 0xEC600A) is known color: Persimmon. HEX triplet: EC, 60 and 0A. RGB value is (236,96,10). Sum of RGB (Red+Green+Blue) = 236+96+10=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC600A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC600A is #139FF5. Grayscale: #808080. Windows color (decimal): -1286134 or 680172. OLE color: 680172.

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

Color convert

RGB 236 96 10 -
CMYK 0 0.59 0.96 0.07
HSL 22.83º 0.92% 0.48% -
HSV(B) 22.83º 0.96% 0.93% -
XYZ 38.83 26.22 3.3 -
YUV 128.06 61.38 204.99 -
System Red Green Blue C M Y K H S L
Decimal 236 96 10 0 0.59 0.96 0.07 22.83 0.92 0.48
Hex EC 60 A 0 3B 60 7 17 5C 30
Octal 354 140 12 0 73 140 7 27 134 60
Binary 11101100 1100000 1010 0 111011 1100000 111 10111 1011100 110000

Color Harmonies of #EC600A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC600A

Black with #EC600A

Text Example


Text Example

White with #EC600A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC600A; }

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

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

background-color css

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

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

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

border-color css

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

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

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