Html Css Color HEX #EA600F Persimmon

📋 copy color: '#EA600F'

red 234 ◦ green 96 ◦ blue 15

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

Shades of Persimmon #EA600F

Tints of Persimmon #EA600F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.35%

R = 67.83%
G = 27.83%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA600F (or 0xEA600F) is known color: Persimmon. HEX triplet: EA, 60 and 0F. RGB value is (234,96,15). Sum of RGB (Red+Green+Blue) = 234+96+15=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA600F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA600F is #159FF0. Grayscale: #808080. Windows color (decimal): -1417201 or 1007850. OLE color: 1007850.

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

Color convert

RGB 234 96 15 -
CMYK 0 0.59 0.94 0.08
HSL 22.19º 0.88% 0.49% -
HSV(B) 22.19º 0.94% 0.92% -
XYZ 38.2 25.89 3.44 -
YUV 128.03 64.22 203.59 -
System Red Green Blue C M Y K H S L
Decimal 234 96 15 0 0.59 0.94 0.08 22.19 0.88 0.49
Hex EA 60 F 0 3B 5E 8 16 58 31
Octal 352 140 17 0 73 136 10 26 130 61
Binary 11101010 1100000 1111 0 111011 1011110 1000 10110 1011000 110001

Color Harmonies of #EA600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA600F

Black with #EA600F

Text Example


Text Example

White with #EA600F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA600F; }

 p { color: rgb(234,96,15); }

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

background-color css

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

 a { background-color: rgb(234,96,15); }

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

border-color css

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

 span { border-color: rgb(234,96,15); }

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