Html Css Color HEX #EA992B Carrot Orange

📋 copy color: '#EA992B'

red 234 ◦ green 153 ◦ blue 43

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

Shades of Carrot Orange #EA992B

Tints of Carrot Orange #EA992B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.58%

 BLUE value IS 43 (17.19% from 255) = 10%

R = 54.42%
G = 35.58%
B = 10%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA992B (or 0xEA992B) is known color: Carrot Orange. HEX triplet: EA, 99 and 2B. RGB value is (234,153,43). Sum of RGB (Red+Green+Blue) = 234+153+43=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA992B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA992B is #1566D4. Grayscale: #A5A5A5. Windows color (decimal): -1402581 or 2857450. OLE color: 2857450.

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

Color convert

RGB 234 153 43 -
CMYK 0 0.35 0.82 0.08
HSL 34.55º 0.82% 0.54% -
HSV(B) 34.55º 0.82% 0.92% -
XYZ 45.76 40.45 7.68 -
YUV 164.68 59.34 177.44 -
System Red Green Blue C M Y K H S L
Decimal 234 153 43 0 0.35 0.82 0.08 34.55 0.82 0.54
Hex EA 99 2B 0 23 52 8 23 52 36
Octal 352 231 53 0 43 122 10 43 122 66
Binary 11101010 10011001 101011 0 100011 1010010 1000 100011 1010010 110110

Color Harmonies of #EA992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA992B

Black with #EA992B

Text Example


Text Example

White with #EA992B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA992B; }

 p { color: rgb(234,153,43); }

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

background-color css

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

 a { background-color: rgb(234,153,43); }

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

border-color css

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

 span { border-color: rgb(234,153,43); }

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