Html Css Color HEX #EDA10B Gamboge

📋 copy color: '#EDA10B'

red 237 ◦ green 161 ◦ blue 11

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

Shades of Gamboge #EDA10B

Tints of Gamboge #EDA10B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.36%

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

R = 57.95%
G = 39.36%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDA10B (or 0xEDA10B) is known color: Gamboge. HEX triplet: ED, A1 and 0B. RGB value is (237,161,11). Sum of RGB (Red+Green+Blue) = 237+161+11=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA10B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA10B is #125EF4. Grayscale: #A7A7A7. Windows color (decimal): -1203957 or 762349. OLE color: 762349.

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

Color convert

RGB 237 161 11 -
CMYK 0 0.32 0.95 0.07
HSL 39.82º 0.91% 0.49% -
HSV(B) 39.82º 0.95% 0.93% -
XYZ 47.73 43.52 6.2 -
YUV 166.62 40.18 178.2 -
System Red Green Blue C M Y K H S L
Decimal 237 161 11 0 0.32 0.95 0.07 39.82 0.91 0.49
Hex ED A1 B 0 20 5F 7 28 5B 31
Octal 355 241 13 0 40 137 7 50 133 61
Binary 11101101 10100001 1011 0 100000 1011111 111 101000 1011011 110001

Color Harmonies of #EDA10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA10B

Black with #EDA10B

Text Example


Text Example

White with #EDA10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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