Html Css Color HEX #ED982C Carrot Orange

📋 copy color: '#ED982C'

red 237 ◦ green 152 ◦ blue 44

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

Shades of Carrot Orange #ED982C

Tints of Carrot Orange #ED982C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.1%

 BLUE value IS 44 (17.58% from 255) = 10.16%

R = 54.73%
G = 35.1%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED982C (or 0xED982C) is known color: Carrot Orange. HEX triplet: ED, 98 and 2C. RGB value is (237,152,44). Sum of RGB (Red+Green+Blue) = 237+152+44=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED982C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED982C is #1267D3. Grayscale: #A5A5A5. Windows color (decimal): -1206228 or 2922733. OLE color: 2922733.

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

Color convert

RGB 237 152 44 -
CMYK 0 0.36 0.81 0.07
HSL 33.58º 0.84% 0.55% -
HSV(B) 33.58º 0.81% 0.93% -
XYZ 46.61 40.64 7.77 -
YUV 165.1 59.66 179.28 -
System Red Green Blue C M Y K H S L
Decimal 237 152 44 0 0.36 0.81 0.07 33.58 0.84 0.55
Hex ED 98 2C 0 24 51 7 22 54 37
Octal 355 230 54 0 44 121 7 42 124 67
Binary 11101101 10011000 101100 0 100100 1010001 111 100010 1010100 110111

Color Harmonies of #ED982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED982C

Black with #ED982C

Text Example


Text Example

White with #ED982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED982C; }

 p { color: rgb(237,152,44); }

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

background-color css

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

 a { background-color: rgb(237,152,44); }

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

border-color css

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

 span { border-color: rgb(237,152,44); }

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