Html Css Color HEX #EA8528 Carrot Orange

📋 copy color: '#EA8528'

red 234 ◦ green 133 ◦ blue 40

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

Shades of Carrot Orange #EA8528

Tints of Carrot Orange #EA8528

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.68%

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

R = 57.49%
G = 32.68%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA8528 (or 0xEA8528) is known color: Carrot Orange. HEX triplet: EA, 85 and 28. RGB value is (234,133,40). Sum of RGB (Red+Green+Blue) = 234+133+40=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8528 is #157AD7. Grayscale: #999999. Windows color (decimal): -1407704 or 2655722. OLE color: 2655722.

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

Color convert

RGB 234 133 40 -
CMYK 0 0.43 0.83 0.08
HSL 28.76º 0.82% 0.54% -
HSV(B) 28.76º 0.83% 0.92% -
XYZ 42.7 34.42 6.4 -
YUV 152.6 64.46 186.06 -
System Red Green Blue C M Y K H S L
Decimal 234 133 40 0 0.43 0.83 0.08 28.76 0.82 0.54
Hex EA 85 28 0 2B 53 8 1D 52 36
Octal 352 205 50 0 53 123 10 35 122 66
Binary 11101010 10000101 101000 0 101011 1010011 1000 11101 1010010 110110

Color Harmonies of #EA8528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8528

Black with #EA8528

Text Example


Text Example

White with #EA8528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8528; }

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

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

background-color css

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

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

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

border-color css

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

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

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