Html Css Color HEX #EDAD08 Gamboge

📋 copy color: '#EDAD08'

red 237 ◦ green 173 ◦ blue 8

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

Shades of Gamboge #EDAD08

Tints of Gamboge #EDAD08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.91%

R = 56.7%
G = 41.39%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDAD08 (or 0xEDAD08) is known color: Gamboge. HEX triplet: ED, AD and 08. RGB value is (237,173,8). Sum of RGB (Red+Green+Blue) = 237+173+8=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 8 (3.52% from 255 or 1.91% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAD08 is #1252F7. Grayscale: #AEAEAE. Windows color (decimal): -1200888 or 568813. OLE color: 568813.

HSL color Cylindrical-coordinate representation of color #EDAD08: hue angle of 43.23º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDAD08 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 173 8 -
CMYK 0 0.27 0.97 0.07
HSL 43.23º 0.93% 0.48% -
HSV(B) 43.23º 0.97% 0.93% -
XYZ 49.91 47.91 6.85 -
YUV 173.33 34.7 173.42 -
System Red Green Blue C M Y K H S L
Decimal 237 173 8 0 0.27 0.97 0.07 43.23 0.93 0.48
Hex ED AD 8 0 1B 61 7 2B 5D 30
Octal 355 255 10 0 33 141 7 53 135 60
Binary 11101101 10101101 1000 0 11011 1100001 111 101011 1011101 110000

Color Harmonies of #EDAD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD08

Black with #EDAD08

Text Example


Text Example

White with #EDAD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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