Html Css Color HEX #EA9828 Carrot Orange

📋 copy color: '#EA9828'

red 234 ◦ green 152 ◦ blue 40

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

Shades of Carrot Orange #EA9828

Tints of Carrot Orange #EA9828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.39%

R = 54.93%
G = 35.68%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA9828 (or 0xEA9828) is known color: Carrot Orange. HEX triplet: EA, 98 and 28. RGB value is (234,152,40). Sum of RGB (Red+Green+Blue) = 234+152+40=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9828 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9828 is #1567D7. Grayscale: #A4A4A4. Windows color (decimal): -1402840 or 2660586. OLE color: 2660586.

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

Color convert

RGB 234 152 40 -
CMYK 0 0.35 0.83 0.08
HSL 34.64º 0.82% 0.54% -
HSV(B) 34.64º 0.83% 0.92% -
XYZ 45.54 40.1 7.35 -
YUV 163.75 58.17 178.11 -
System Red Green Blue C M Y K H S L
Decimal 234 152 40 0 0.35 0.83 0.08 34.64 0.82 0.54
Hex EA 98 28 0 23 53 8 23 52 36
Octal 352 230 50 0 43 123 10 43 122 66
Binary 11101010 10011000 101000 0 100011 1010011 1000 100011 1010010 110110

Color Harmonies of #EA9828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9828

Black with #EA9828

Text Example


Text Example

White with #EA9828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9828; }

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

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

background-color css

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

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

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

border-color css

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

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

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