Html Css Color HEX #EDA60C Gamboge

📋 copy color: '#EDA60C'

red 237 ◦ green 166 ◦ blue 12

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

Shades of Gamboge #EDA60C

Tints of Gamboge #EDA60C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40%

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

R = 57.11%
G = 40%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDA60C (or 0xEDA60C) is known color: Gamboge. HEX triplet: ED, A6 and 0C. RGB value is (237,166,12). Sum of RGB (Red+Green+Blue) = 237+166+12=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA60C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA60C is #1259F3. Grayscale: #AAAAAA. Windows color (decimal): -1202676 or 829165. OLE color: 829165.

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

Color convert

RGB 237 166 12 -
CMYK 0 0.30 0.95 0.07
HSL 41.07º 0.9% 0.49% -
HSV(B) 41.07º 0.95% 0.93% -
XYZ 48.63 45.3 6.53 -
YUV 169.67 39.02 176.02 -
System Red Green Blue C M Y K H S L
Decimal 237 166 12 0 0.30 0.95 0.07 41.07 0.9 0.49
Hex ED A6 C 0 1E 5F 7 29 5A 31
Octal 355 246 14 0 36 137 7 51 132 61
Binary 11101101 10100110 1100 0 11110 1011111 111 101001 1011010 110001

Color Harmonies of #EDA60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA60C

Black with #EDA60C

Text Example


Text Example

White with #EDA60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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