Html Css Color HEX #EDA10C Gamboge

📋 copy color: '#EDA10C'

red 237 ◦ green 161 ◦ blue 12

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

Shades of Gamboge #EDA10C

Tints of Gamboge #EDA10C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.27%

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

R = 57.8%
G = 39.27%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDA10C (or 0xEDA10C) is known color: Gamboge. HEX triplet: ED, A1 and 0C. RGB value is (237,161,12). Sum of RGB (Red+Green+Blue) = 237+161+12=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA10C is #125EF3. Grayscale: #A7A7A7. Windows color (decimal): -1203956 or 827885. OLE color: 827885.

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

Color convert

RGB 237 161 12 -
CMYK 0 0.32 0.95 0.07
HSL 39.73º 0.9% 0.49% -
HSV(B) 39.73º 0.95% 0.93% -
XYZ 47.74 43.52 6.23 -
YUV 166.74 40.68 178.12 -
System Red Green Blue C M Y K H S L
Decimal 237 161 12 0 0.32 0.95 0.07 39.73 0.9 0.49
Hex ED A1 C 0 20 5F 7 28 5A 31
Octal 355 241 14 0 40 137 7 50 132 61
Binary 11101101 10100001 1100 0 100000 1011111 111 101000 1011010 110001

Color Harmonies of #EDA10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA10C

Black with #EDA10C

Text Example


Text Example

White with #EDA10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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