Html Css Color HEX #ED991E Carrot Orange

📋 copy color: '#ED991E'

red 237 ◦ green 153 ◦ blue 30

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

Shades of Carrot Orange #ED991E

Tints of Carrot Orange #ED991E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.43%

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

R = 56.43%
G = 36.43%
B = 7.14%

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

#ED991E (or 0xED991E) is known color: Carrot Orange. HEX triplet: ED, 99 and 1E. RGB value is (237,153,30). Sum of RGB (Red+Green+Blue) = 237+153+30=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 30 (12.11% from 255 or 7.14% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED991E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED991E is #1266E1. Grayscale: #A4A4A4. Windows color (decimal): -1205986 or 2005485. OLE color: 2005485.

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

Color convert

RGB 237 153 30 -
CMYK 0 0.35 0.87 0.07
HSL 35.65º 0.85% 0.52% -
HSV(B) 35.65º 0.87% 0.93% -
XYZ 46.55 40.88 6.67 -
YUV 164.09 52.33 180 -
System Red Green Blue C M Y K H S L
Decimal 237 153 30 0 0.35 0.87 0.07 35.65 0.85 0.52
Hex ED 99 1E 0 23 57 7 24 55 34
Octal 355 231 36 0 43 127 7 44 125 64
Binary 11101101 10011001 11110 0 100011 1010111 111 100100 1010101 110100

Color Harmonies of #ED991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED991E

Black with #ED991E

Text Example


Text Example

White with #ED991E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED991E; }

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

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

background-color css

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

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

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

border-color css

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

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

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