Html Css Color HEX #EA9326 Carrot Orange

📋 copy color: '#EA9326'

red 234 ◦ green 147 ◦ blue 38

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

Shades of Carrot Orange #EA9326

Tints of Carrot Orange #EA9326

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.08%

 BLUE value IS 38 (15.23% from 255) = 9.07%

R = 55.85%
G = 35.08%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA9326 (or 0xEA9326) is known color: Carrot Orange. HEX triplet: EA, 93 and 26. RGB value is (234,147,38). Sum of RGB (Red+Green+Blue) = 234+147+38=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9326 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9326 is #156CD9. Grayscale: #A1A1A1. Windows color (decimal): -1404122 or 2528234. OLE color: 2528234.

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

Color convert

RGB 234 147 38 -
CMYK 0 0.37 0.84 0.08
HSL 33.37º 0.82% 0.53% -
HSV(B) 33.37º 0.84% 0.92% -
XYZ 44.72 38.5 6.91 -
YUV 160.59 58.82 180.36 -
System Red Green Blue C M Y K H S L
Decimal 234 147 38 0 0.37 0.84 0.08 33.37 0.82 0.53
Hex EA 93 26 0 25 54 8 21 52 35
Octal 352 223 46 0 45 124 10 41 122 65
Binary 11101010 10010011 100110 0 100101 1010100 1000 100001 1010010 110101

Color Harmonies of #EA9326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9326

Black with #EA9326

Text Example


Text Example

White with #EA9326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9326; }

 p { color: rgb(234,147,38); }

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

background-color css

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

 a { background-color: rgb(234,147,38); }

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

border-color css

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

 span { border-color: rgb(234,147,38); }

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