Html Css Color HEX #ED8C17 Carrot Orange

📋 copy color: '#ED8C17'

red 237 ◦ green 140 ◦ blue 23

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

Shades of Carrot Orange #ED8C17

Tints of Carrot Orange #ED8C17

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35%

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

R = 59.25%
G = 35%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED8C17 (or 0xED8C17) is known color: Carrot Orange. HEX triplet: ED, 8C and 17. RGB value is (237,140,23). Sum of RGB (Red+Green+Blue) = 237+140+23=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8C17 is #1273E8. Grayscale: #9C9C9C. Windows color (decimal): -1209321 or 1543405. OLE color: 1543405.

HSL color Cylindrical-coordinate representation of color #ED8C17: hue angle of 32.8º 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 #ED8C17 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 140 23 -
CMYK 0 0.41 0.90 0.07
HSL 32.8º 0.86% 0.51% -
HSV(B) 32.8º 0.9% 0.93% -
XYZ 44.46 36.82 5.57 -
YUV 155.67 53.14 186.01 -
System Red Green Blue C M Y K H S L
Decimal 237 140 23 0 0.41 0.90 0.07 32.8 0.86 0.51
Hex ED 8C 17 0 29 5A 7 21 56 33
Octal 355 214 27 0 51 132 7 41 126 63
Binary 11101101 10001100 10111 0 101001 1011010 111 100001 1010110 110011

Color Harmonies of #ED8C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8C17

Black with #ED8C17

Text Example


Text Example

White with #ED8C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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