Html Css Color HEX #EDA20E Gamboge

📋 copy color: '#EDA20E'

red 237 ◦ green 162 ◦ blue 14

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

Shades of Gamboge #EDA20E

Tints of Gamboge #EDA20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.39%

R = 57.38%
G = 39.23%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDA20E (or 0xEDA20E) is known color: Gamboge. HEX triplet: ED, A2 and 0E. RGB value is (237,162,14). Sum of RGB (Red+Green+Blue) = 237+162+14=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA20E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA20E is #125DF1. Grayscale: #A8A8A8. Windows color (decimal): -1203698 or 959213. OLE color: 959213.

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

Color convert

RGB 237 162 14 -
CMYK 0 0.32 0.94 0.07
HSL 39.82º 0.89% 0.49% -
HSV(B) 39.82º 0.94% 0.93% -
XYZ 47.92 43.88 6.36 -
YUV 167.55 41.35 177.53 -
System Red Green Blue C M Y K H S L
Decimal 237 162 14 0 0.32 0.94 0.07 39.82 0.89 0.49
Hex ED A2 E 0 20 5E 7 28 59 31
Octal 355 242 16 0 40 136 7 50 131 61
Binary 11101101 10100010 1110 0 100000 1011110 111 101000 1011001 110001

Color Harmonies of #EDA20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA20E

Black with #EDA20E

Text Example


Text Example

White with #EDA20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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