Html Css Color HEX #ED9619 Carrot Orange

📋 copy color: '#ED9619'

red 237 ◦ green 150 ◦ blue 25

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

Shades of Carrot Orange #ED9619

Tints of Carrot Orange #ED9619

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.41%

 BLUE value IS 25 (10.16% from 255) = 6.07%

R = 57.52%
G = 36.41%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED9619 (or 0xED9619) is known color: Carrot Orange. HEX triplet: ED, 96 and 19. RGB value is (237,150,25). Sum of RGB (Red+Green+Blue) = 237+150+25=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9619 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9619 is #1269E6. Grayscale: #A2A2A2. Windows color (decimal): -1206759 or 1677037. OLE color: 1677037.

HSL color Cylindrical-coordinate representation of color #ED9619: hue angle of 35.38º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED9619 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 150 25 -
CMYK 0 0.37 0.89 0.07
HSL 35.38º 0.85% 0.51% -
HSV(B) 35.38º 0.89% 0.93% -
XYZ 46.01 39.89 6.19 -
YUV 161.76 50.82 181.66 -
System Red Green Blue C M Y K H S L
Decimal 237 150 25 0 0.37 0.89 0.07 35.38 0.85 0.51
Hex ED 96 19 0 25 59 7 23 55 33
Octal 355 226 31 0 45 131 7 43 125 63
Binary 11101101 10010110 11001 0 100101 1011001 111 100011 1010101 110011

Color Harmonies of #ED9619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9619

Black with #ED9619

Text Example


Text Example

White with #ED9619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9619; }

 p { color: rgb(237,150,25); }

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

background-color css

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

 a { background-color: rgb(237,150,25); }

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

border-color css

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

 span { border-color: rgb(237,150,25); }

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