Html Css Color HEX #ED8C15 Carrot Orange

📋 copy color: '#ED8C15'

red 237 ◦ green 140 ◦ blue 21

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

Shades of Carrot Orange #ED8C15

Tints of Carrot Orange #ED8C15

RGB

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

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

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

R = 59.55%
G = 35.18%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED8C15 (or 0xED8C15) is known color: Carrot Orange. HEX triplet: ED, 8C and 15. RGB value is (237,140,21). Sum of RGB (Red+Green+Blue) = 237+140+21=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8C15 is #1273EA. Grayscale: #9C9C9C. Windows color (decimal): -1209323 or 1412333. OLE color: 1412333.

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

Color convert

RGB 237 140 21 -
CMYK 0 0.41 0.91 0.07
HSL 33.06º 0.86% 0.51% -
HSV(B) 33.06º 0.91% 0.93% -
XYZ 44.44 36.81 5.47 -
YUV 155.44 52.14 186.18 -
System Red Green Blue C M Y K H S L
Decimal 237 140 21 0 0.41 0.91 0.07 33.06 0.86 0.51
Hex ED 8C 15 0 29 5B 7 21 56 33
Octal 355 214 25 0 51 133 7 41 126 63
Binary 11101101 10001100 10101 0 101001 1011011 111 100001 1010110 110011

Color Harmonies of #ED8C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8C15

Black with #ED8C15

Text Example


Text Example

White with #ED8C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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