Html Css Color HEX #ED8526 Carrot Orange

📋 copy color: '#ED8526'

red 237 ◦ green 133 ◦ blue 38

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

Shades of Carrot Orange #ED8526

Tints of Carrot Orange #ED8526

RGB

 RED value IS 237 (92.97% from 255) = 58.09%

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

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

R = 58.09%
G = 32.6%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED8526 (or 0xED8526) is known color: Carrot Orange. HEX triplet: ED, 85 and 26. RGB value is (237,133,38). Sum of RGB (Red+Green+Blue) = 237+133+38=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8526 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8526 is #127AD9. Grayscale: #999999. Windows color (decimal): -1211098 or 2524653. OLE color: 2524653.

HSL color Cylindrical-coordinate representation of color #ED8526: hue angle of 28.64º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED8526 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 133 38 -
CMYK 0 0.44 0.84 0.07
HSL 28.64º 0.85% 0.54% -
HSV(B) 28.64º 0.84% 0.93% -
XYZ 43.66 34.92 6.27 -
YUV 153.27 62.96 187.72 -
System Red Green Blue C M Y K H S L
Decimal 237 133 38 0 0.44 0.84 0.07 28.64 0.85 0.54
Hex ED 85 26 0 2C 54 7 1D 55 36
Octal 355 205 46 0 54 124 7 35 125 66
Binary 11101101 10000101 100110 0 101100 1010100 111 11101 1010101 110110

Color Harmonies of #ED8526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8526

Black with #ED8526

Text Example


Text Example

White with #ED8526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8526; }

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

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

background-color css

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

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

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

border-color css

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

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

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