Html Css Color HEX #ED8915 Carrot Orange

📋 copy color: '#ED8915'

red 237 ◦ green 137 ◦ blue 21

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

Shades of Carrot Orange #ED8915

Tints of Carrot Orange #ED8915

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.68%

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

R = 60%
G = 34.68%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED8915 (or 0xED8915) is known color: Carrot Orange. HEX triplet: ED, 89 and 15. RGB value is (237,137,21). Sum of RGB (Red+Green+Blue) = 237+137+21=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8915 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8915 is #1276EA. Grayscale: #9A9A9A. Windows color (decimal): -1210091 or 1411565. OLE color: 1411565.

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

Color convert

RGB 237 137 21 -
CMYK 0 0.42 0.91 0.07
HSL 32.22º 0.86% 0.51% -
HSV(B) 32.22º 0.91% 0.93% -
XYZ 44.01 35.95 5.33 -
YUV 153.68 53.13 187.43 -
System Red Green Blue C M Y K H S L
Decimal 237 137 21 0 0.42 0.91 0.07 32.22 0.86 0.51
Hex ED 89 15 0 2A 5B 7 20 56 33
Octal 355 211 25 0 52 133 7 40 126 63
Binary 11101101 10001001 10101 0 101010 1011011 111 100000 1010110 110011

Color Harmonies of #ED8915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8915

Black with #ED8915

Text Example


Text Example

White with #ED8915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8915; }

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

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

background-color css

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

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

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

border-color css

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

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

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