Html Css Color HEX #EDAD0B Gamboge

📋 copy color: '#EDAD0B'

red 237 ◦ green 173 ◦ blue 11

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

Shades of Gamboge #EDAD0B

Tints of Gamboge #EDAD0B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.09%

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

R = 56.29%
G = 41.09%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDAD0B (or 0xEDAD0B) is known color: Gamboge. HEX triplet: ED, AD and 0B. RGB value is (237,173,11). Sum of RGB (Red+Green+Blue) = 237+173+11=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 11 (4.69% from 255 or 2.61% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAD0B is #1252F4. Grayscale: #AEAEAE. Windows color (decimal): -1200885 or 765421. OLE color: 765421.

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

Color convert

RGB 237 173 11 -
CMYK 0 0.27 0.95 0.07
HSL 43.01º 0.91% 0.49% -
HSV(B) 43.01º 0.95% 0.93% -
XYZ 49.93 47.92 6.93 -
YUV 173.67 36.2 173.17 -
System Red Green Blue C M Y K H S L
Decimal 237 173 11 0 0.27 0.95 0.07 43.01 0.91 0.49
Hex ED AD B 0 1B 5F 7 2B 5B 31
Octal 355 255 13 0 33 137 7 53 133 61
Binary 11101101 10101101 1011 0 11011 1011111 111 101011 1011011 110001

Color Harmonies of #EDAD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD0B

Black with #EDAD0B

Text Example


Text Example

White with #EDAD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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