Html Css Color HEX #EDAB07 Gamboge

📋 copy color: '#EDAB07'

red 237 ◦ green 171 ◦ blue 7

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

Shades of Gamboge #EDAB07

Tints of Gamboge #EDAB07

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.2%

 BLUE value IS 7 (3.13% from 255) = 1.69%

R = 57.11%
G = 41.2%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDAB07 (or 0xEDAB07) is known color: Gamboge. HEX triplet: ED, AB and 07. RGB value is (237,171,7). Sum of RGB (Red+Green+Blue) = 237+171+7=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 7 (3.12% from 255 or 1.69% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAB07 is #1254F8. Grayscale: #ACACAC. Windows color (decimal): -1201401 or 502765. OLE color: 502765.

HSL color Cylindrical-coordinate representation of color #EDAB07: hue angle of 42.78º degrees, saturation: 0.94, 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 #EDAB07 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 171 7 -
CMYK 0 0.28 0.97 0.07
HSL 42.78º 0.94% 0.48% -
HSV(B) 42.78º 0.97% 0.93% -
XYZ 49.53 47.15 6.69 -
YUV 172.04 34.87 174.34 -
System Red Green Blue C M Y K H S L
Decimal 237 171 7 0 0.28 0.97 0.07 42.78 0.94 0.48
Hex ED AB 7 0 1C 61 7 2B 5E 30
Octal 355 253 7 0 34 141 7 53 136 60
Binary 11101101 10101011 111 0 11100 1100001 111 101011 1011110 110000

Color Harmonies of #EDAB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB07

Black with #EDAB07

Text Example


Text Example

White with #EDAB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB07; }

 p { color: rgb(237,171,7); }

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

background-color css

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

 a { background-color: rgb(237,171,7); }

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

border-color css

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

 span { border-color: rgb(237,171,7); }

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