Html Css Color HEX #EDA20C Gamboge

📋 copy color: '#EDA20C'

red 237 ◦ green 162 ◦ blue 12

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

Shades of Gamboge #EDA20C

Tints of Gamboge #EDA20C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.42%

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

R = 57.66%
G = 39.42%
B = 2.92%

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

#EDA20C (or 0xEDA20C) is known color: Gamboge. HEX triplet: ED, A2 and 0C. RGB value is (237,162,12). Sum of RGB (Red+Green+Blue) = 237+162+12=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA20C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA20C is #125DF3. Grayscale: #A8A8A8. Windows color (decimal): -1203700 or 828141. OLE color: 828141.

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

Color convert

RGB 237 162 12 -
CMYK 0 0.32 0.95 0.07
HSL 40º 0.9% 0.49% -
HSV(B) 40º 0.95% 0.93% -
XYZ 47.91 43.87 6.29 -
YUV 167.33 40.35 177.7 -
System Red Green Blue C M Y K H S L
Decimal 237 162 12 0 0.32 0.95 0.07 40 0.9 0.49
Hex ED A2 C 0 20 5F 7 28 5A 31
Octal 355 242 14 0 40 137 7 50 132 61
Binary 11101101 10100010 1100 0 100000 1011111 111 101000 1011010 110001

Color Harmonies of #EDA20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA20C

Black with #EDA20C

Text Example


Text Example

White with #EDA20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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