Html Css Color HEX #ED8215 Carrot Orange

📋 copy color: '#ED8215'

red 237 ◦ green 130 ◦ blue 21

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

Shades of Carrot Orange #ED8215

Tints of Carrot Orange #ED8215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.41%

R = 61.08%
G = 33.51%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED8215 (or 0xED8215) is known color: Carrot Orange. HEX triplet: ED, 82 and 15. RGB value is (237,130,21). Sum of RGB (Red+Green+Blue) = 237+130+21=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8215 is #127DEA. Grayscale: #969696. Windows color (decimal): -1211883 or 1409773. OLE color: 1409773.

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

Color convert

RGB 237 130 21 -
CMYK 0 0.45 0.91 0.07
HSL 30.28º 0.86% 0.51% -
HSV(B) 30.28º 0.91% 0.93% -
XYZ 43.04 34.02 5.01 -
YUV 149.57 55.45 190.36 -
System Red Green Blue C M Y K H S L
Decimal 237 130 21 0 0.45 0.91 0.07 30.28 0.86 0.51
Hex ED 82 15 0 2D 5B 7 1E 56 33
Octal 355 202 25 0 55 133 7 36 126 63
Binary 11101101 10000010 10101 0 101101 1011011 111 11110 1010110 110011

Color Harmonies of #ED8215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8215

Black with #ED8215

Text Example


Text Example

White with #ED8215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8215; }

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

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

background-color css

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

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

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

border-color css

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

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

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