Html Css Color HEX #EDA20D Gamboge

📋 copy color: '#EDA20D'

red 237 ◦ green 162 ◦ blue 13

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

Shades of Gamboge #EDA20D

Tints of Gamboge #EDA20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.16%

R = 57.52%
G = 39.32%
B = 3.16%

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

#EDA20D (or 0xEDA20D) is known color: Gamboge. HEX triplet: ED, A2 and 0D. RGB value is (237,162,13). Sum of RGB (Red+Green+Blue) = 237+162+13=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA20D is #125DF2. Grayscale: #A8A8A8. Windows color (decimal): -1203699 or 893677. OLE color: 893677.

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

Color convert

RGB 237 162 13 -
CMYK 0 0.32 0.95 0.07
HSL 39.91º 0.9% 0.49% -
HSV(B) 39.91º 0.95% 0.93% -
XYZ 47.92 43.87 6.32 -
YUV 167.44 40.85 177.62 -
System Red Green Blue C M Y K H S L
Decimal 237 162 13 0 0.32 0.95 0.07 39.91 0.9 0.49
Hex ED A2 D 0 20 5F 7 28 5A 31
Octal 355 242 15 0 40 137 7 50 132 61
Binary 11101101 10100010 1101 0 100000 1011111 111 101000 1011010 110001

Color Harmonies of #EDA20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA20D

Black with #EDA20D

Text Example


Text Example

White with #EDA20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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