Html Css Color HEX #ED980B Gamboge

📋 copy color: '#ED980B'

red 237 ◦ green 152 ◦ blue 11

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

Shades of Gamboge #ED980B

Tints of Gamboge #ED980B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.75%

R = 59.25%
G = 38%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED980B (or 0xED980B) is known color: Gamboge. HEX triplet: ED, 98 and 0B. RGB value is (237,152,11). Sum of RGB (Red+Green+Blue) = 237+152+11=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED980B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED980B is #1267F4. Grayscale: #A1A1A1. Windows color (decimal): -1206261 or 760045. OLE color: 760045.

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

Color convert

RGB 237 152 11 -
CMYK 0 0.36 0.95 0.07
HSL 37.43º 0.91% 0.49% -
HSV(B) 37.43º 0.95% 0.93% -
XYZ 46.21 40.49 5.7 -
YUV 161.34 43.16 181.96 -
System Red Green Blue C M Y K H S L
Decimal 237 152 11 0 0.36 0.95 0.07 37.43 0.91 0.49
Hex ED 98 B 0 24 5F 7 25 5B 31
Octal 355 230 13 0 44 137 7 45 133 61
Binary 11101101 10011000 1011 0 100100 1011111 111 100101 1011011 110001

Color Harmonies of #ED980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED980B

Black with #ED980B

Text Example


Text Example

White with #ED980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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