Html Css Color HEX #EDAD0A Gamboge

📋 copy color: '#EDAD0A'

red 237 ◦ green 173 ◦ blue 10

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

Shades of Gamboge #EDAD0A

Tints of Gamboge #EDAD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.38%

R = 56.43%
G = 41.19%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDAD0A (or 0xEDAD0A) is known color: Gamboge. HEX triplet: ED, AD and 0A. RGB value is (237,173,10). Sum of RGB (Red+Green+Blue) = 237+173+10=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 10 (4.30% from 255 or 2.38% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAD0A is #1252F5. Grayscale: #AEAEAE. Windows color (decimal): -1200886 or 699885. OLE color: 699885.

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

Color convert

RGB 237 173 10 -
CMYK 0 0.27 0.96 0.07
HSL 43.08º 0.92% 0.48% -
HSV(B) 43.08º 0.96% 0.93% -
XYZ 49.92 47.91 6.9 -
YUV 173.55 35.7 173.25 -
System Red Green Blue C M Y K H S L
Decimal 237 173 10 0 0.27 0.96 0.07 43.08 0.92 0.48
Hex ED AD A 0 1B 60 7 2B 5C 30
Octal 355 255 12 0 33 140 7 53 134 60
Binary 11101101 10101101 1010 0 11011 1100000 111 101011 1011100 110000

Color Harmonies of #EDAD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD0A

Black with #EDAD0A

Text Example


Text Example

White with #EDAD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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