Html Css Color HEX #ED9B1E Carrot Orange

📋 copy color: '#ED9B1E'

red 237 ◦ green 155 ◦ blue 30

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

Shades of Carrot Orange #ED9B1E

Tints of Carrot Orange #ED9B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.11%

R = 56.16%
G = 36.73%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED9B1E (or 0xED9B1E) is known color: Carrot Orange. HEX triplet: ED, 9B and 1E. RGB value is (237,155,30). Sum of RGB (Red+Green+Blue) = 237+155+30=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9B1E is #1264E1. Grayscale: #A5A5A5. Windows color (decimal): -1205474 or 2005997. OLE color: 2005997.

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

Color convert

RGB 237 155 30 -
CMYK 0 0.35 0.87 0.07
HSL 36.23º 0.85% 0.52% -
HSV(B) 36.23º 0.87% 0.93% -
XYZ 46.88 41.54 6.78 -
YUV 165.27 51.67 179.16 -
System Red Green Blue C M Y K H S L
Decimal 237 155 30 0 0.35 0.87 0.07 36.23 0.85 0.52
Hex ED 9B 1E 0 23 57 7 24 55 34
Octal 355 233 36 0 43 127 7 44 125 64
Binary 11101101 10011011 11110 0 100011 1010111 111 100100 1010101 110100

Color Harmonies of #ED9B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9B1E

Black with #ED9B1E

Text Example


Text Example

White with #ED9B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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