Html Css Color HEX #ED9015 Carrot Orange

📋 copy color: '#ED9015'

red 237 ◦ green 144 ◦ blue 21

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

Shades of Carrot Orange #ED9015

Tints of Carrot Orange #ED9015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.82%

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

R = 58.96%
G = 35.82%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED9015 (or 0xED9015) is known color: Carrot Orange. HEX triplet: ED, 90 and 15. RGB value is (237,144,21). Sum of RGB (Red+Green+Blue) = 237+144+21=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9015 is #126FEA. Grayscale: #9E9E9E. Windows color (decimal): -1208299 or 1413357. OLE color: 1413357.

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

Color convert

RGB 237 144 21 -
CMYK 0 0.39 0.91 0.07
HSL 34.17º 0.86% 0.51% -
HSV(B) 34.17º 0.91% 0.93% -
XYZ 45.03 38.01 5.67 -
YUV 157.79 50.81 184.5 -
System Red Green Blue C M Y K H S L
Decimal 237 144 21 0 0.39 0.91 0.07 34.17 0.86 0.51
Hex ED 90 15 0 27 5B 7 22 56 33
Octal 355 220 25 0 47 133 7 42 126 63
Binary 11101101 10010000 10101 0 100111 1011011 111 100010 1010110 110011

Color Harmonies of #ED9015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9015

Black with #ED9015

Text Example


Text Example

White with #ED9015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9015; }

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

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

background-color css

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

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

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

border-color css

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

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

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