Html Css Color HEX #EA640C Persimmon

📋 copy color: '#EA640C'

red 234 ◦ green 100 ◦ blue 12

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

Shades of Persimmon #EA640C

Tints of Persimmon #EA640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.9%

 BLUE value IS 12 (5.08% from 255) = 3.47%

R = 67.63%
G = 28.9%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA640C (or 0xEA640C) is known color: Persimmon. HEX triplet: EA, 64 and 0C. RGB value is (234,100,12). Sum of RGB (Red+Green+Blue) = 234+100+12=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA640C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA640C is #159BF3. Grayscale: #828282. Windows color (decimal): -1416180 or 812266. OLE color: 812266.

HSL color Cylindrical-coordinate representation of color #EA640C: hue angle of 23.78º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA640C is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 100 12 -
CMYK 0 0.57 0.95 0.08
HSL 23.78º 0.9% 0.48% -
HSV(B) 23.78º 0.95% 0.92% -
XYZ 38.56 26.63 3.46 -
YUV 130.03 61.39 202.16 -
System Red Green Blue C M Y K H S L
Decimal 234 100 12 0 0.57 0.95 0.08 23.78 0.9 0.48
Hex EA 64 C 0 39 5F 8 18 5A 30
Octal 352 144 14 0 71 137 10 30 132 60
Binary 11101010 1100100 1100 0 111001 1011111 1000 11000 1011010 110000

Color Harmonies of #EA640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA640C

Black with #EA640C

Text Example


Text Example

White with #EA640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA640C; }

 p { color: rgb(234,100,12); }

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

background-color css

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

 a { background-color: rgb(234,100,12); }

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

border-color css

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

 span { border-color: rgb(234,100,12); }

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