Html Css Color HEX #EA982D Carrot Orange

📋 copy color: '#EA982D'

red 234 ◦ green 152 ◦ blue 45

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

Shades of Carrot Orange #EA982D

Tints of Carrot Orange #EA982D

RGB

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

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

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

R = 54.29%
G = 35.27%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA982D (or 0xEA982D) is known color: Carrot Orange. HEX triplet: EA, 98 and 2D. RGB value is (234,152,45). Sum of RGB (Red+Green+Blue) = 234+152+45=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA982D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA982D is #1567D2. Grayscale: #A4A4A4. Windows color (decimal): -1402835 or 2988266. OLE color: 2988266.

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

Color convert

RGB 234 152 45 -
CMYK 0 0.35 0.81 0.08
HSL 33.97º 0.82% 0.55% -
HSV(B) 33.97º 0.81% 0.92% -
XYZ 45.63 40.14 7.82 -
YUV 164.32 60.67 177.7 -
System Red Green Blue C M Y K H S L
Decimal 234 152 45 0 0.35 0.81 0.08 33.97 0.82 0.55
Hex EA 98 2D 0 23 51 8 22 52 37
Octal 352 230 55 0 43 121 10 42 122 67
Binary 11101010 10011000 101101 0 100011 1010001 1000 100010 1010010 110111

Color Harmonies of #EA982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA982D

Black with #EA982D

Text Example


Text Example

White with #EA982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA982D; }

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

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

background-color css

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

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

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

border-color css

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

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

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