Html Css Color HEX #EDA80B Gamboge

📋 copy color: '#EDA80B'

red 237 ◦ green 168 ◦ blue 11

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

Shades of Gamboge #EDA80B

Tints of Gamboge #EDA80B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.38%

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

R = 56.97%
G = 40.38%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDA80B (or 0xEDA80B) is known color: Gamboge. HEX triplet: ED, A8 and 0B. RGB value is (237,168,11). Sum of RGB (Red+Green+Blue) = 237+168+11=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA80B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA80B is #1257F4. Grayscale: #ABABAB. Windows color (decimal): -1202165 or 764141. OLE color: 764141.

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

Color convert

RGB 237 168 11 -
CMYK 0 0.29 0.95 0.07
HSL 41.68º 0.91% 0.49% -
HSV(B) 41.68º 0.95% 0.93% -
XYZ 48.99 46.03 6.62 -
YUV 170.73 37.86 175.27 -
System Red Green Blue C M Y K H S L
Decimal 237 168 11 0 0.29 0.95 0.07 41.68 0.91 0.49
Hex ED A8 B 0 1D 5F 7 2A 5B 31
Octal 355 250 13 0 35 137 7 52 133 61
Binary 11101101 10101000 1011 0 11101 1011111 111 101010 1011011 110001

Color Harmonies of #EDA80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA80B

Black with #EDA80B

Text Example


Text Example

White with #EDA80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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