Html Css Color HEX #E8942A Carrot Orange

📋 copy color: '#E8942A'

red 232 ◦ green 148 ◦ blue 42

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

Shades of Carrot Orange #E8942A

Tints of Carrot Orange #E8942A

RGB

 RED value IS 232 (91.02% from 255) = 54.98%

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

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

R = 54.98%
G = 35.07%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8942A (or 0xE8942A) is known color: Carrot Orange. HEX triplet: E8, 94 and 2A. RGB value is (232,148,42). Sum of RGB (Red+Green+Blue) = 232+148+42=422 (55% of max value = 765). Red value is 232 (91.02% from 255 or 54.98% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 232 - color contains mainly: red. Hex color #E8942A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8942A is #176BD5. Grayscale: #A1A1A1. Windows color (decimal): -1534934 or 2790632. OLE color: 2790632.

HSL color Cylindrical-coordinate representation of color #E8942A: hue angle of 33.47º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E8942A is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 148 42 -
CMYK 0 0.36 0.82 0.09
HSL 33.47º 0.81% 0.54% -
HSV(B) 33.47º 0.82% 0.91% -
XYZ 44.29 38.5 7.29 -
YUV 161.03 60.83 178.62 -
System Red Green Blue C M Y K H S L
Decimal 232 148 42 0 0.36 0.82 0.09 33.47 0.81 0.54
Hex E8 94 2A 0 24 52 9 21 51 36
Octal 350 224 52 0 44 122 11 41 121 66
Binary 11101000 10010100 101010 0 100100 1010010 1001 100001 1010001 110110

Color Harmonies of #E8942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8942A

Black with #E8942A

Text Example


Text Example

White with #E8942A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8942A; }

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

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

background-color css

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

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

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

border-color css

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

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

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