Html Css Color HEX #EA6200 Persimmon

📋 copy color: '#EA6200'

red 234 ◦ green 98 ◦ blue 0

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

Shades of Persimmon #EA6200

Tints of Persimmon #EA6200

RGB

 RED value IS 234 (91.8% from 255) = 70.48%

 GREEN value IS 98 (38.67% from 255) = 29.52%

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

R = 70.48%
G = 29.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA6200 (or 0xEA6200) is known color: Persimmon. HEX triplet: EA, 62 and 00. RGB value is (234,98,0). Sum of RGB (Red+Green+Blue) = 234+98+0=332 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.48% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6200 is #159DFF. Grayscale: #808080. Windows color (decimal): -1416704 or 25322. OLE color: 25322.

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

Color convert

RGB 234 98 0 -
CMYK 0 0.58 1 0.08
HSL 25.13º 1% 0.46% -
HSV(B) 25.13º 1% 0.92% -
XYZ 38.3 26.23 3.04 -
YUV 127.49 56.06 203.97 -
System Red Green Blue C M Y K H S L
Decimal 234 98 0 0 0.58 1 0.08 25.13 1 0.46
Hex EA 62 0 0 3A 64 8 19 64 2E
Octal 352 142 0 0 72 144 10 31 144 56
Binary 11101010 1100010 0 0 111010 1100100 1000 11001 1100100 101110

Color Harmonies of #EA6200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6200

Black with #EA6200

Text Example


Text Example

White with #EA6200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6200; }

 p { color: rgb(234,98,0); }

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

background-color css

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

 a { background-color: rgb(234,98,0); }

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

border-color css

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

 span { border-color: rgb(234,98,0); }

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