Html Css Color HEX #ED8228 Carrot Orange

📋 copy color: '#ED8228'

red 237 ◦ green 130 ◦ blue 40

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

Shades of Carrot Orange #ED8228

Tints of Carrot Orange #ED8228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.94%

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

R = 58.23%
G = 31.94%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED8228 (or 0xED8228) is known color: Carrot Orange. HEX triplet: ED, 82 and 28. RGB value is (237,130,40). Sum of RGB (Red+Green+Blue) = 237+130+40=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8228 is #127DD7. Grayscale: #989898. Windows color (decimal): -1211864 or 2654957. OLE color: 2654957.

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

Color convert

RGB 237 130 40 -
CMYK 0 0.45 0.83 0.07
HSL 27.41º 0.85% 0.54% -
HSV(B) 27.41º 0.83% 0.93% -
XYZ 43.29 34.12 6.31 -
YUV 151.73 64.95 188.82 -
System Red Green Blue C M Y K H S L
Decimal 237 130 40 0 0.45 0.83 0.07 27.41 0.85 0.54
Hex ED 82 28 0 2D 53 7 1B 55 36
Octal 355 202 50 0 55 123 7 33 125 66
Binary 11101101 10000010 101000 0 101101 1010011 111 11011 1010101 110110

Color Harmonies of #ED8228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8228

Black with #ED8228

Text Example


Text Example

White with #ED8228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8228; }

 p { color: rgb(237,130,40); }

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

background-color css

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

 a { background-color: rgb(237,130,40); }

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

border-color css

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

 span { border-color: rgb(237,130,40); }

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