Html Css Color HEX #EDA90B Gamboge

📋 copy color: '#EDA90B'

red 237 ◦ green 169 ◦ blue 11

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

Shades of Gamboge #EDA90B

Tints of Gamboge #EDA90B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.53%

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

R = 56.83%
G = 40.53%
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

#EDA90B (or 0xEDA90B) is known color: Gamboge. HEX triplet: ED, A9 and 0B. RGB value is (237,169,11). Sum of RGB (Red+Green+Blue) = 237+169+11=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 11 (4.69% from 255 or 2.64% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA90B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA90B is #1256F4. Grayscale: #ACACAC. Windows color (decimal): -1201909 or 764397. OLE color: 764397.

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

Color convert

RGB 237 169 11 -
CMYK 0 0.29 0.95 0.07
HSL 41.95º 0.91% 0.49% -
HSV(B) 41.95º 0.95% 0.93% -
XYZ 49.17 46.4 6.68 -
YUV 171.32 37.53 174.85 -
System Red Green Blue C M Y K H S L
Decimal 237 169 11 0 0.29 0.95 0.07 41.95 0.91 0.49
Hex ED A9 B 0 1D 5F 7 2A 5B 31
Octal 355 251 13 0 35 137 7 52 133 61
Binary 11101101 10101001 1011 0 11101 1011111 111 101010 1011011 110001

Color Harmonies of #EDA90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA90B

Black with #EDA90B

Text Example


Text Example

White with #EDA90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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