Html Css Color HEX #EA941E Carrot Orange

📋 copy color: '#EA941E'

red 234 ◦ green 148 ◦ blue 30

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

Shades of Carrot Orange #EA941E

Tints of Carrot Orange #EA941E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.28%

R = 56.8%
G = 35.92%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA941E (or 0xEA941E) is known color: Carrot Orange. HEX triplet: EA, 94 and 1E. RGB value is (234,148,30). Sum of RGB (Red+Green+Blue) = 234+148+30=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 30 (12.11% from 255 or 7.28% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA941E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA941E is #156BE1. Grayscale: #A0A0A0. Windows color (decimal): -1403874 or 2004202. OLE color: 2004202.

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

Color convert

RGB 234 148 30 -
CMYK 0 0.37 0.87 0.08
HSL 34.71º 0.83% 0.52% -
HSV(B) 34.71º 0.87% 0.92% -
XYZ 44.76 38.77 6.35 -
YUV 160.26 54.49 180.59 -
System Red Green Blue C M Y K H S L
Decimal 234 148 30 0 0.37 0.87 0.08 34.71 0.83 0.52
Hex EA 94 1E 0 25 57 8 23 53 34
Octal 352 224 36 0 45 127 10 43 123 64
Binary 11101010 10010100 11110 0 100101 1010111 1000 100011 1010011 110100

Color Harmonies of #EA941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA941E

Black with #EA941E

Text Example


Text Example

White with #EA941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA941E; }

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

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

background-color css

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

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

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

border-color css

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

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

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