Html Css Color HEX #EA8D2B Carrot Orange

📋 copy color: '#EA8D2B'

red 234 ◦ green 141 ◦ blue 43

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

Shades of Carrot Orange #EA8D2B

Tints of Carrot Orange #EA8D2B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.73%

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

R = 55.98%
G = 33.73%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA8D2B (or 0xEA8D2B) is known color: Carrot Orange. HEX triplet: EA, 8D and 2B. RGB value is (234,141,43). Sum of RGB (Red+Green+Blue) = 234+141+43=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 43 (17.19% from 255 or 10.29% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8D2B is #1572D4. Grayscale: #9E9E9E. Windows color (decimal): -1405653 or 2854378. OLE color: 2854378.

HSL color Cylindrical-coordinate representation of color #EA8D2B: hue angle of 30.79º 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 #EA8D2B is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 141 43 -
CMYK 0 0.40 0.82 0.08
HSL 30.79º 0.82% 0.54% -
HSV(B) 30.79º 0.82% 0.92% -
XYZ 43.89 36.72 7.06 -
YUV 157.64 63.31 182.47 -
System Red Green Blue C M Y K H S L
Decimal 234 141 43 0 0.40 0.82 0.08 30.79 0.82 0.54
Hex EA 8D 2B 0 28 52 8 1F 52 36
Octal 352 215 53 0 50 122 10 37 122 66
Binary 11101010 10001101 101011 0 101000 1010010 1000 11111 1010010 110110

Color Harmonies of #EA8D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8D2B

Black with #EA8D2B

Text Example


Text Example

White with #EA8D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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