Html Css Color HEX #ED982A Carrot Orange

📋 copy color: '#ED982A'

red 237 ◦ green 152 ◦ blue 42

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

Shades of Carrot Orange #ED982A

Tints of Carrot Orange #ED982A

RGB

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

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

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

R = 54.99%
G = 35.27%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED982A (or 0xED982A) is known color: Carrot Orange. HEX triplet: ED, 98 and 2A. RGB value is (237,152,42). Sum of RGB (Red+Green+Blue) = 237+152+42=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED982A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED982A is #1267D5. Grayscale: #A5A5A5. Windows color (decimal): -1206230 or 2791661. OLE color: 2791661.

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

Color convert

RGB 237 152 42 -
CMYK 0 0.36 0.82 0.07
HSL 33.85º 0.84% 0.55% -
HSV(B) 33.85º 0.82% 0.93% -
XYZ 46.57 40.63 7.58 -
YUV 164.88 58.66 179.44 -
System Red Green Blue C M Y K H S L
Decimal 237 152 42 0 0.36 0.82 0.07 33.85 0.84 0.55
Hex ED 98 2A 0 24 52 7 22 54 37
Octal 355 230 52 0 44 122 7 42 124 67
Binary 11101101 10011000 101010 0 100100 1010010 111 100010 1010100 110111

Color Harmonies of #ED982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED982A

Black with #ED982A

Text Example


Text Example

White with #ED982A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED982A; }

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

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

background-color css

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

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

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

border-color css

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

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

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