Html Css Color HEX #EDAB0F Gamboge

📋 copy color: '#EDAB0F'

red 237 ◦ green 171 ◦ blue 15

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

Shades of Gamboge #EDAB0F

Tints of Gamboge #EDAB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.55%

R = 56.03%
G = 40.43%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDAB0F (or 0xEDAB0F) is known color: Gamboge. HEX triplet: ED, AB and 0F. RGB value is (237,171,15). Sum of RGB (Red+Green+Blue) = 237+171+15=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAB0F is #1254F0. Grayscale: #ADADAD. Windows color (decimal): -1201393 or 1027053. OLE color: 1027053.

HSL color Cylindrical-coordinate representation of color #EDAB0F: hue angle of 42.16º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDAB0F is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 171 15 -
CMYK 0 0.28 0.94 0.07
HSL 42.16º 0.88% 0.49% -
HSV(B) 42.16º 0.94% 0.93% -
XYZ 49.57 47.16 6.94 -
YUV 172.95 38.87 173.68 -
System Red Green Blue C M Y K H S L
Decimal 237 171 15 0 0.28 0.94 0.07 42.16 0.88 0.49
Hex ED AB F 0 1C 5E 7 2A 58 31
Octal 355 253 17 0 34 136 7 52 130 61
Binary 11101101 10101011 1111 0 11100 1011110 111 101010 1011000 110001

Color Harmonies of #EDAB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB0F

Black with #EDAB0F

Text Example


Text Example

White with #EDAB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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