Html Css Color HEX #EDAB0D Gamboge

📋 copy color: '#EDAB0D'

red 237 ◦ green 171 ◦ blue 13

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

Shades of Gamboge #EDAB0D

Tints of Gamboge #EDAB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.09%

R = 56.29%
G = 40.62%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDAB0D (or 0xEDAB0D) is known color: Gamboge. HEX triplet: ED, AB and 0D. RGB value is (237,171,13). Sum of RGB (Red+Green+Blue) = 237+171+13=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAB0D is #1254F2. Grayscale: #ADADAD. Windows color (decimal): -1201395 or 895981. OLE color: 895981.

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

Color convert

RGB 237 171 13 -
CMYK 0 0.28 0.95 0.07
HSL 42.32º 0.9% 0.49% -
HSV(B) 42.32º 0.95% 0.93% -
XYZ 49.56 47.16 6.87 -
YUV 172.72 37.87 173.85 -
System Red Green Blue C M Y K H S L
Decimal 237 171 13 0 0.28 0.95 0.07 42.32 0.9 0.49
Hex ED AB D 0 1C 5F 7 2A 5A 31
Octal 355 253 15 0 34 137 7 52 132 61
Binary 11101101 10101011 1101 0 11100 1011111 111 101010 1011010 110001

Color Harmonies of #EDAB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB0D

Black with #EDAB0D

Text Example


Text Example

White with #EDAB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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