Html Css Color HEX #EA8323 Carrot Orange

📋 copy color: '#EA8323'

red 234 ◦ green 131 ◦ blue 35

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

Shades of Carrot Orange #EA8323

Tints of Carrot Orange #EA8323

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.75%

 BLUE value IS 35 (14.06% from 255) = 8.75%

R = 58.5%
G = 32.75%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA8323 (or 0xEA8323) is known color: Carrot Orange. HEX triplet: EA, 83 and 23. RGB value is (234,131,35). Sum of RGB (Red+Green+Blue) = 234+131+35=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 35 (14.06% from 255 or 8.75% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8323 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8323 is #157CDC. Grayscale: #979797. Windows color (decimal): -1408221 or 2327530. OLE color: 2327530.

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

Color convert

RGB 234 131 35 -
CMYK 0 0.44 0.85 0.08
HSL 28.94º 0.83% 0.53% -
HSV(B) 28.94º 0.85% 0.92% -
XYZ 42.35 33.85 5.89 -
YUV 150.85 62.62 187.31 -
System Red Green Blue C M Y K H S L
Decimal 234 131 35 0 0.44 0.85 0.08 28.94 0.83 0.53
Hex EA 83 23 0 2C 55 8 1D 53 35
Octal 352 203 43 0 54 125 10 35 123 65
Binary 11101010 10000011 100011 0 101100 1010101 1000 11101 1010011 110101

Color Harmonies of #EA8323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8323

Black with #EA8323

Text Example


Text Example

White with #EA8323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8323; }

 p { color: rgb(234,131,35); }

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

background-color css

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

 a { background-color: rgb(234,131,35); }

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

border-color css

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

 span { border-color: rgb(234,131,35); }

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