Html Css Color HEX #ED8217 Carrot Orange

📋 copy color: '#ED8217'

red 237 ◦ green 130 ◦ blue 23

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

Shades of Carrot Orange #ED8217

Tints of Carrot Orange #ED8217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.9%

R = 60.77%
G = 33.33%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED8217 (or 0xED8217) is known color: Carrot Orange. HEX triplet: ED, 82 and 17. RGB value is (237,130,23). Sum of RGB (Red+Green+Blue) = 237+130+23=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8217 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8217 is #127DE8. Grayscale: #969696. Windows color (decimal): -1211881 or 1540845. OLE color: 1540845.

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

Color convert

RGB 237 130 23 -
CMYK 0 0.45 0.90 0.07
HSL 30º 0.86% 0.51% -
HSV(B) 30º 0.9% 0.93% -
XYZ 43.06 34.03 5.11 -
YUV 149.8 56.45 190.2 -
System Red Green Blue C M Y K H S L
Decimal 237 130 23 0 0.45 0.90 0.07 30 0.86 0.51
Hex ED 82 17 0 2D 5A 7 1E 56 33
Octal 355 202 27 0 55 132 7 36 126 63
Binary 11101101 10000010 10111 0 101101 1011010 111 11110 1010110 110011

Color Harmonies of #ED8217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8217

Black with #ED8217

Text Example


Text Example

White with #ED8217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8217; }

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

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

background-color css

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

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

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

border-color css

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

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

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