Html Css Color HEX #EA942A Carrot Orange

📋 copy color: '#EA942A'

red 234 ◦ green 148 ◦ blue 42

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

Shades of Carrot Orange #EA942A

Tints of Carrot Orange #EA942A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.91%

R = 55.19%
G = 34.91%
B = 9.91%

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

#EA942A (or 0xEA942A) is known color: Carrot Orange. HEX triplet: EA, 94 and 2A. RGB value is (234,148,42). Sum of RGB (Red+Green+Blue) = 234+148+42=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA942A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA942A is #156BD5. Grayscale: #A2A2A2. Windows color (decimal): -1403862 or 2790634. OLE color: 2790634.

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

Color convert

RGB 234 148 42 -
CMYK 0 0.37 0.82 0.08
HSL 33.13º 0.82% 0.54% -
HSV(B) 33.13º 0.82% 0.92% -
XYZ 44.94 38.84 7.32 -
YUV 161.63 60.49 179.62 -
System Red Green Blue C M Y K H S L
Decimal 234 148 42 0 0.37 0.82 0.08 33.13 0.82 0.54
Hex EA 94 2A 0 25 52 8 21 52 36
Octal 352 224 52 0 45 122 10 41 122 66
Binary 11101010 10010100 101010 0 100101 1010010 1000 100001 1010010 110110

Color Harmonies of #EA942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA942A

Black with #EA942A

Text Example


Text Example

White with #EA942A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA942A; }

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

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

background-color css

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

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

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

border-color css

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

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

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