Html Css Color HEX #ED8523 Carrot Orange

📋 copy color: '#ED8523'

red 237 ◦ green 133 ◦ blue 35

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

Shades of Carrot Orange #ED8523

Tints of Carrot Orange #ED8523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.64%

R = 58.52%
G = 32.84%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED8523 (or 0xED8523) is known color: Carrot Orange. HEX triplet: ED, 85 and 23. RGB value is (237,133,35). Sum of RGB (Red+Green+Blue) = 237+133+35=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8523 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8523 is #127ADC. Grayscale: #999999. Windows color (decimal): -1211101 or 2328045. OLE color: 2328045.

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

Color convert

RGB 237 133 35 -
CMYK 0 0.44 0.85 0.07
HSL 29.11º 0.85% 0.53% -
HSV(B) 29.11º 0.85% 0.93% -
XYZ 43.62 34.9 6.03 -
YUV 152.92 61.46 187.97 -
System Red Green Blue C M Y K H S L
Decimal 237 133 35 0 0.44 0.85 0.07 29.11 0.85 0.53
Hex ED 85 23 0 2C 55 7 1D 55 35
Octal 355 205 43 0 54 125 7 35 125 65
Binary 11101101 10000101 100011 0 101100 1010101 111 11101 1010101 110101

Color Harmonies of #ED8523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8523

Black with #ED8523

Text Example


Text Example

White with #ED8523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8523; }

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

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

background-color css

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

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

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

border-color css

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

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

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