Html Css Color HEX #EDA80C Gamboge

📋 copy color: '#EDA80C'

red 237 ◦ green 168 ◦ blue 12

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

Shades of Gamboge #EDA80C

Tints of Gamboge #EDA80C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.29%

 BLUE value IS 12 (5.08% from 255) = 2.88%

R = 56.83%
G = 40.29%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDA80C (or 0xEDA80C) is known color: Gamboge. HEX triplet: ED, A8 and 0C. RGB value is (237,168,12). Sum of RGB (Red+Green+Blue) = 237+168+12=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA80C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA80C is #1257F3. Grayscale: #ABABAB. Windows color (decimal): -1202164 or 829677. OLE color: 829677.

HSL color Cylindrical-coordinate representation of color #EDA80C: hue angle of 41.6º 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 #EDA80C is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 168 12 -
CMYK 0 0.29 0.95 0.07
HSL 41.6º 0.9% 0.49% -
HSV(B) 41.6º 0.95% 0.93% -
XYZ 48.99 46.04 6.65 -
YUV 170.85 38.36 175.18 -
System Red Green Blue C M Y K H S L
Decimal 237 168 12 0 0.29 0.95 0.07 41.6 0.9 0.49
Hex ED A8 C 0 1D 5F 7 2A 5A 31
Octal 355 250 14 0 35 137 7 52 132 61
Binary 11101101 10101000 1100 0 11101 1011111 111 101010 1011010 110001

Color Harmonies of #EDA80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA80C

Black with #EDA80C

Text Example


Text Example

White with #EDA80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA80C; }

 p { color: rgb(237,168,12); }

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

background-color css

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

 a { background-color: rgb(237,168,12); }

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

border-color css

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

 span { border-color: rgb(237,168,12); }

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