Html Css Color HEX #EDAB12 Gamboge

📋 copy color: '#EDAB12'

red 237 ◦ green 171 ◦ blue 18

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

Shades of Gamboge #EDAB12

Tints of Gamboge #EDAB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.23%

R = 55.63%
G = 40.14%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDAB12 (or 0xEDAB12) is known color: Gamboge. HEX triplet: ED, AB and 12. RGB value is (237,171,18). Sum of RGB (Red+Green+Blue) = 237+171+18=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 18 (7.42% from 255 or 4.23% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAB12 is #1254ED. Grayscale: #ADADAD. Windows color (decimal): -1201390 or 1223661. OLE color: 1223661.

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

Color convert

RGB 237 171 18 -
CMYK 0 0.28 0.92 0.07
HSL 41.92º 0.86% 0.5% -
HSV(B) 41.92º 0.92% 0.93% -
XYZ 49.6 47.17 7.06 -
YUV 173.29 40.37 173.44 -
System Red Green Blue C M Y K H S L
Decimal 237 171 18 0 0.28 0.92 0.07 41.92 0.86 0.5
Hex ED AB 12 0 1C 5C 7 2A 56 32
Octal 355 253 22 0 34 134 7 52 126 62
Binary 11101101 10101011 10010 0 11100 1011100 111 101010 1010110 110010

Color Harmonies of #EDAB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB12

Black with #EDAB12

Text Example


Text Example

White with #EDAB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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