Html Css Color HEX #EA8526 Carrot Orange

📋 copy color: '#EA8526'

red 234 ◦ green 133 ◦ blue 38

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

Shades of Carrot Orange #EA8526

Tints of Carrot Orange #EA8526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.38%

R = 57.78%
G = 32.84%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA8526 (or 0xEA8526) is known color: Carrot Orange. HEX triplet: EA, 85 and 26. RGB value is (234,133,38). Sum of RGB (Red+Green+Blue) = 234+133+38=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8526 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8526 is #157AD9. Grayscale: #989898. Windows color (decimal): -1407706 or 2524650. OLE color: 2524650.

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

Color convert

RGB 234 133 38 -
CMYK 0 0.43 0.84 0.08
HSL 29.08º 0.82% 0.53% -
HSV(B) 29.08º 0.84% 0.92% -
XYZ 42.67 34.41 6.23 -
YUV 152.37 63.46 186.22 -
System Red Green Blue C M Y K H S L
Decimal 234 133 38 0 0.43 0.84 0.08 29.08 0.82 0.53
Hex EA 85 26 0 2B 54 8 1D 52 35
Octal 352 205 46 0 53 124 10 35 122 65
Binary 11101010 10000101 100110 0 101011 1010100 1000 11101 1010010 110101

Color Harmonies of #EA8526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8526

Black with #EA8526

Text Example


Text Example

White with #EA8526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8526; }

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

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

background-color css

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

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

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

border-color css

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

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

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