Html Css Color HEX #EA8217 Carrot Orange

📋 copy color: '#EA8217'

red 234 ◦ green 130 ◦ blue 23

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

Shades of Carrot Orange #EA8217

Tints of Carrot Orange #EA8217

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.59%

 BLUE value IS 23 (9.38% from 255) = 5.94%

R = 60.47%
G = 33.59%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA8217 (or 0xEA8217) is known color: Carrot Orange. HEX triplet: EA, 82 and 17. RGB value is (234,130,23). Sum of RGB (Red+Green+Blue) = 234+130+23=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8217 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8217 is #157DE8. Grayscale: #959595. Windows color (decimal): -1408489 or 1540842. OLE color: 1540842.

HSL color Cylindrical-coordinate representation of color #EA8217: hue angle of 30.43º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA8217 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 130 23 -
CMYK 0 0.44 0.90 0.08
HSL 30.43º 0.83% 0.5% -
HSV(B) 30.43º 0.9% 0.92% -
XYZ 42.07 33.52 5.06 -
YUV 148.9 56.96 188.7 -
System Red Green Blue C M Y K H S L
Decimal 234 130 23 0 0.44 0.90 0.08 30.43 0.83 0.5
Hex EA 82 17 0 2C 5A 8 1E 53 32
Octal 352 202 27 0 54 132 10 36 123 62
Binary 11101010 10000010 10111 0 101100 1011010 1000 11110 1010011 110010

Color Harmonies of #EA8217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8217

Black with #EA8217

Text Example


Text Example

White with #EA8217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8217; }

 p { color: rgb(234,130,23); }

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

background-color css

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

 a { background-color: rgb(234,130,23); }

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

border-color css

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

 span { border-color: rgb(234,130,23); }

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