Html Css Color HEX #ED992A Carrot Orange

📋 copy color: '#ED992A'

red 237 ◦ green 153 ◦ blue 42

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

Shades of Carrot Orange #ED992A

Tints of Carrot Orange #ED992A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.72%

R = 54.86%
G = 35.42%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED992A (or 0xED992A) is known color: Carrot Orange. HEX triplet: ED, 99 and 2A. RGB value is (237,153,42). Sum of RGB (Red+Green+Blue) = 237+153+42=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED992A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED992A is #1266D5. Grayscale: #A5A5A5. Windows color (decimal): -1205974 or 2791917. OLE color: 2791917.

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

Color convert

RGB 237 153 42 -
CMYK 0 0.35 0.82 0.07
HSL 34.15º 0.84% 0.55% -
HSV(B) 34.15º 0.82% 0.93% -
XYZ 46.73 40.95 7.63 -
YUV 165.46 58.33 179.03 -
System Red Green Blue C M Y K H S L
Decimal 237 153 42 0 0.35 0.82 0.07 34.15 0.84 0.55
Hex ED 99 2A 0 23 52 7 22 54 37
Octal 355 231 52 0 43 122 7 42 124 67
Binary 11101101 10011001 101010 0 100011 1010010 111 100010 1010100 110111

Color Harmonies of #ED992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED992A

Black with #ED992A

Text Example


Text Example

White with #ED992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED992A; }

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

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

background-color css

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

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

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

border-color css

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

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

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