Html Css Color HEX #EA6312 Persimmon

📋 copy color: '#EA6312'

red 234 ◦ green 99 ◦ blue 18

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

Shades of Persimmon #EA6312

Tints of Persimmon #EA6312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.21%

 BLUE value IS 18 (7.42% from 255) = 5.13%

R = 66.67%
G = 28.21%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA6312 (or 0xEA6312) is known color: Persimmon. HEX triplet: EA, 63 and 12. RGB value is (234,99,18). Sum of RGB (Red+Green+Blue) = 234+99+18=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6312 is #159CED. Grayscale: #828282. Windows color (decimal): -1416430 or 1205226. OLE color: 1205226.

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

Color convert

RGB 234 99 18 -
CMYK 0 0.58 0.92 0.08
HSL 22.5º 0.86% 0.49% -
HSV(B) 22.5º 0.92% 0.92% -
XYZ 38.5 26.46 3.65 -
YUV 130.13 64.73 202.09 -
System Red Green Blue C M Y K H S L
Decimal 234 99 18 0 0.58 0.92 0.08 22.5 0.86 0.49
Hex EA 63 12 0 3A 5C 8 16 56 31
Octal 352 143 22 0 72 134 10 26 126 61
Binary 11101010 1100011 10010 0 111010 1011100 1000 10110 1010110 110001

Color Harmonies of #EA6312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6312

Black with #EA6312

Text Example


Text Example

White with #EA6312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6312; }

 p { color: rgb(234,99,18); }

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

background-color css

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

 a { background-color: rgb(234,99,18); }

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

border-color css

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

 span { border-color: rgb(234,99,18); }

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