Html Css Color HEX #EA640D Persimmon

📋 copy color: '#EA640D'

red 234 ◦ green 100 ◦ blue 13

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

Shades of Persimmon #EA640D

Tints of Persimmon #EA640D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.75%

R = 67.44%
G = 28.82%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA640D (or 0xEA640D) is known color: Persimmon. HEX triplet: EA, 64 and 0D. RGB value is (234,100,13). Sum of RGB (Red+Green+Blue) = 234+100+13=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA640D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA640D is #159BF2. Grayscale: #828282. Windows color (decimal): -1416179 or 877802. OLE color: 877802.

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

Color convert

RGB 234 100 13 -
CMYK 0 0.57 0.94 0.08
HSL 23.62º 0.89% 0.48% -
HSV(B) 23.62º 0.94% 0.92% -
XYZ 38.56 26.64 3.49 -
YUV 130.15 61.89 202.07 -
System Red Green Blue C M Y K H S L
Decimal 234 100 13 0 0.57 0.94 0.08 23.62 0.89 0.48
Hex EA 64 D 0 39 5E 8 18 59 30
Octal 352 144 15 0 71 136 10 30 131 60
Binary 11101010 1100100 1101 0 111001 1011110 1000 11000 1011001 110000

Color Harmonies of #EA640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA640D

Black with #EA640D

Text Example


Text Example

White with #EA640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA640D; }

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

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

background-color css

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

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

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

border-color css

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

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

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