Html Css Color HEX #ED991D Carrot Orange

📋 copy color: '#ED991D'

red 237 ◦ green 153 ◦ blue 29

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

Shades of Carrot Orange #ED991D

Tints of Carrot Orange #ED991D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.92%

R = 56.56%
G = 36.52%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED991D (or 0xED991D) is known color: Carrot Orange. HEX triplet: ED, 99 and 1D. RGB value is (237,153,29). Sum of RGB (Red+Green+Blue) = 237+153+29=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED991D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED991D is #1266E2. Grayscale: #A4A4A4. Windows color (decimal): -1205987 or 1939949. OLE color: 1939949.

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

Color convert

RGB 237 153 29 -
CMYK 0 0.35 0.88 0.07
HSL 35.77º 0.85% 0.52% -
HSV(B) 35.77º 0.88% 0.93% -
XYZ 46.54 40.88 6.6 -
YUV 163.98 51.83 180.08 -
System Red Green Blue C M Y K H S L
Decimal 237 153 29 0 0.35 0.88 0.07 35.77 0.85 0.52
Hex ED 99 1D 0 23 58 7 24 55 34
Octal 355 231 35 0 43 130 7 44 125 64
Binary 11101101 10011001 11101 0 100011 1011000 111 100100 1010101 110100

Color Harmonies of #ED991D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED991D

Black with #ED991D

Text Example


Text Example

White with #ED991D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED991D; }

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

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

background-color css

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

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

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

border-color css

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

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

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