Html Css Color HEX #ED9B19 Carrot Orange

📋 copy color: '#ED9B19'

red 237 ◦ green 155 ◦ blue 25

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

Shades of Carrot Orange #ED9B19

Tints of Carrot Orange #ED9B19

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.17%

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

R = 56.83%
G = 37.17%
B = 6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED9B19 (or 0xED9B19) is known color: Carrot Orange. HEX triplet: ED, 9B and 19. RGB value is (237,155,25). Sum of RGB (Red+Green+Blue) = 237+155+25=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9B19 is #1264E6. Grayscale: #A5A5A5. Windows color (decimal): -1205479 or 1678317. OLE color: 1678317.

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

Color convert

RGB 237 155 25 -
CMYK 0 0.35 0.89 0.07
HSL 36.79º 0.85% 0.51% -
HSV(B) 36.79º 0.89% 0.93% -
XYZ 46.82 41.52 6.47 -
YUV 164.7 49.17 179.57 -
System Red Green Blue C M Y K H S L
Decimal 237 155 25 0 0.35 0.89 0.07 36.79 0.85 0.51
Hex ED 9B 19 0 23 59 7 25 55 33
Octal 355 233 31 0 43 131 7 45 125 63
Binary 11101101 10011011 11001 0 100011 1011001 111 100101 1010101 110011

Color Harmonies of #ED9B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9B19

Black with #ED9B19

Text Example


Text Example

White with #ED9B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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