Html Css Color HEX #EA982B Carrot Orange

📋 copy color: '#EA982B'

red 234 ◦ green 152 ◦ blue 43

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

Shades of Carrot Orange #EA982B

Tints of Carrot Orange #EA982B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.43%

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

R = 54.55%
G = 35.43%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA982B (or 0xEA982B) is known color: Carrot Orange. HEX triplet: EA, 98 and 2B. RGB value is (234,152,43). Sum of RGB (Red+Green+Blue) = 234+152+43=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA982B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA982B is #1567D4. Grayscale: #A4A4A4. Windows color (decimal): -1402837 or 2857194. OLE color: 2857194.

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

Color convert

RGB 234 152 43 -
CMYK 0 0.35 0.82 0.08
HSL 34.24º 0.82% 0.54% -
HSV(B) 34.24º 0.82% 0.92% -
XYZ 45.6 40.12 7.63 -
YUV 164.09 59.67 177.86 -
System Red Green Blue C M Y K H S L
Decimal 234 152 43 0 0.35 0.82 0.08 34.24 0.82 0.54
Hex EA 98 2B 0 23 52 8 22 52 36
Octal 352 230 53 0 43 122 10 42 122 66
Binary 11101010 10011000 101011 0 100011 1010010 1000 100010 1010010 110110

Color Harmonies of #EA982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA982B

Black with #EA982B

Text Example


Text Example

White with #EA982B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA982B; }

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

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

background-color css

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

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

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

border-color css

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

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

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