Html Css Color HEX #EA9628 Carrot Orange

📋 copy color: '#EA9628'

red 234 ◦ green 150 ◦ blue 40

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

Shades of Carrot Orange #EA9628

Tints of Carrot Orange #EA9628

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.38%

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

R = 55.19%
G = 35.38%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA9628 (or 0xEA9628) is known color: Carrot Orange. HEX triplet: EA, 96 and 28. RGB value is (234,150,40). Sum of RGB (Red+Green+Blue) = 234+150+40=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9628 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9628 is #1569D7. Grayscale: #A3A3A3. Windows color (decimal): -1403352 or 2660074. OLE color: 2660074.

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

Color convert

RGB 234 150 40 -
CMYK 0 0.36 0.83 0.08
HSL 34.02º 0.82% 0.54% -
HSV(B) 34.02º 0.83% 0.92% -
XYZ 45.22 39.46 7.24 -
YUV 162.58 58.83 178.94 -
System Red Green Blue C M Y K H S L
Decimal 234 150 40 0 0.36 0.83 0.08 34.02 0.82 0.54
Hex EA 96 28 0 24 53 8 22 52 36
Octal 352 226 50 0 44 123 10 42 122 66
Binary 11101010 10010110 101000 0 100100 1010011 1000 100010 1010010 110110

Color Harmonies of #EA9628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9628

Black with #EA9628

Text Example


Text Example

White with #EA9628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9628; }

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

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

background-color css

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

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

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

border-color css

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

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

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