Html Css Color HEX #EA942D Carrot Orange

📋 copy color: '#EA942D'

red 234 ◦ green 148 ◦ blue 45

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

Shades of Carrot Orange #EA942D

Tints of Carrot Orange #EA942D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.54%

R = 54.8%
G = 34.66%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA942D (or 0xEA942D) is known color: Carrot Orange. HEX triplet: EA, 94 and 2D. RGB value is (234,148,45). Sum of RGB (Red+Green+Blue) = 234+148+45=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA942D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA942D is #156BD2. Grayscale: #A2A2A2. Windows color (decimal): -1403859 or 2987242. OLE color: 2987242.

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

Color convert

RGB 234 148 45 -
CMYK 0 0.37 0.81 0.08
HSL 32.7º 0.82% 0.55% -
HSV(B) 32.7º 0.81% 0.92% -
XYZ 45 38.86 7.61 -
YUV 161.97 61.99 179.38 -
System Red Green Blue C M Y K H S L
Decimal 234 148 45 0 0.37 0.81 0.08 32.7 0.82 0.55
Hex EA 94 2D 0 25 51 8 21 52 37
Octal 352 224 55 0 45 121 10 41 122 67
Binary 11101010 10010100 101101 0 100101 1010001 1000 100001 1010010 110111

Color Harmonies of #EA942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA942D

Black with #EA942D

Text Example


Text Example

White with #EA942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA942D; }

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

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

background-color css

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

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

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

border-color css

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

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

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