Html Css Color HEX #EA942B Carrot Orange

📋 copy color: '#EA942B'

red 234 ◦ green 148 ◦ blue 43

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

Shades of Carrot Orange #EA942B

Tints of Carrot Orange #EA942B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.82%

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

R = 55.06%
G = 34.82%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA942B (or 0xEA942B) is known color: Carrot Orange. HEX triplet: EA, 94 and 2B. RGB value is (234,148,43). Sum of RGB (Red+Green+Blue) = 234+148+43=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA942B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA942B is #156BD4. Grayscale: #A2A2A2. Windows color (decimal): -1403861 or 2856170. OLE color: 2856170.

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

Color convert

RGB 234 148 43 -
CMYK 0 0.37 0.82 0.08
HSL 32.98º 0.82% 0.54% -
HSV(B) 32.98º 0.82% 0.92% -
XYZ 44.96 38.85 7.41 -
YUV 161.74 60.99 179.54 -
System Red Green Blue C M Y K H S L
Decimal 234 148 43 0 0.37 0.82 0.08 32.98 0.82 0.54
Hex EA 94 2B 0 25 52 8 21 52 36
Octal 352 224 53 0 45 122 10 41 122 66
Binary 11101010 10010100 101011 0 100101 1010010 1000 100001 1010010 110110

Color Harmonies of #EA942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA942B

Black with #EA942B

Text Example


Text Example

White with #EA942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA942B; }

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

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

background-color css

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

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

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

border-color css

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

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

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