Html Css Color HEX #ED982B Carrot Orange

📋 copy color: '#ED982B'

red 237 ◦ green 152 ◦ blue 43

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

Shades of Carrot Orange #ED982B

Tints of Carrot Orange #ED982B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.95%

R = 54.86%
G = 35.19%
B = 9.95%

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

#ED982B (or 0xED982B) is known color: Carrot Orange. HEX triplet: ED, 98 and 2B. RGB value is (237,152,43). Sum of RGB (Red+Green+Blue) = 237+152+43=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED982B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED982B is #1267D4. Grayscale: #A5A5A5. Windows color (decimal): -1206229 or 2857197. OLE color: 2857197.

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

Color convert

RGB 237 152 43 -
CMYK 0 0.36 0.82 0.07
HSL 33.71º 0.84% 0.55% -
HSV(B) 33.71º 0.82% 0.93% -
XYZ 46.59 40.64 7.67 -
YUV 164.99 59.16 179.36 -
System Red Green Blue C M Y K H S L
Decimal 237 152 43 0 0.36 0.82 0.07 33.71 0.84 0.55
Hex ED 98 2B 0 24 52 7 22 54 37
Octal 355 230 53 0 44 122 7 42 124 67
Binary 11101101 10011000 101011 0 100100 1010010 111 100010 1010100 110111

Color Harmonies of #ED982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED982B

Black with #ED982B

Text Example


Text Example

White with #ED982B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED982B; }

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

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

background-color css

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

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

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

border-color css

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

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

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