Html Css Color HEX #EA6511 Persimmon

📋 copy color: '#EA6511'

red 234 ◦ green 101 ◦ blue 17

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

Shades of Persimmon #EA6511

Tints of Persimmon #EA6511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.69%

 BLUE value IS 17 (7.03% from 255) = 4.83%

R = 66.48%
G = 28.69%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA6511 (or 0xEA6511) is known color: Persimmon. HEX triplet: EA, 65 and 11. RGB value is (234,101,17). Sum of RGB (Red+Green+Blue) = 234+101+17=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6511 is #159AEE. Grayscale: #838383. Windows color (decimal): -1415919 or 1140202. OLE color: 1140202.

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

Color convert

RGB 234 101 17 -
CMYK 0 0.57 0.93 0.08
HSL 23.23º 0.86% 0.49% -
HSV(B) 23.23º 0.93% 0.92% -
XYZ 38.69 26.84 3.67 -
YUV 131.19 63.56 201.33 -
System Red Green Blue C M Y K H S L
Decimal 234 101 17 0 0.57 0.93 0.08 23.23 0.86 0.49
Hex EA 65 11 0 39 5D 8 17 56 31
Octal 352 145 21 0 71 135 10 27 126 61
Binary 11101010 1100101 10001 0 111001 1011101 1000 10111 1010110 110001

Color Harmonies of #EA6511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6511

Black with #EA6511

Text Example


Text Example

White with #EA6511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6511; }

 p { color: rgb(234,101,17); }

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

background-color css

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

 a { background-color: rgb(234,101,17); }

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

border-color css

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

 span { border-color: rgb(234,101,17); }

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