Html Css Color HEX #EA8529 Carrot Orange

📋 copy color: '#EA8529'

red 234 ◦ green 133 ◦ blue 41

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

Shades of Carrot Orange #EA8529

Tints of Carrot Orange #EA8529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.05%

R = 57.35%
G = 32.6%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA8529 (or 0xEA8529) is known color: Carrot Orange. HEX triplet: EA, 85 and 29. RGB value is (234,133,41). Sum of RGB (Red+Green+Blue) = 234+133+41=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8529 is #157AD6. Grayscale: #999999. Windows color (decimal): -1407703 or 2721258. OLE color: 2721258.

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

Color convert

RGB 234 133 41 -
CMYK 0 0.43 0.82 0.08
HSL 28.6º 0.82% 0.54% -
HSV(B) 28.6º 0.82% 0.92% -
XYZ 42.72 34.43 6.49 -
YUV 152.71 64.96 185.98 -
System Red Green Blue C M Y K H S L
Decimal 234 133 41 0 0.43 0.82 0.08 28.6 0.82 0.54
Hex EA 85 29 0 2B 52 8 1D 52 36
Octal 352 205 51 0 53 122 10 35 122 66
Binary 11101010 10000101 101001 0 101011 1010010 1000 11101 1010010 110110

Color Harmonies of #EA8529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8529

Black with #EA8529

Text Example


Text Example

White with #EA8529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8529; }

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

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

background-color css

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

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

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

border-color css

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

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

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