Html Css Color HEX #EDA410 Gamboge

📋 copy color: '#EDA410'

red 237 ◦ green 164 ◦ blue 16

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

Shades of Gamboge #EDA410

Tints of Gamboge #EDA410

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.33%

 BLUE value IS 16 (6.64% from 255) = 3.84%

R = 56.83%
G = 39.33%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDA410 (or 0xEDA410) is known color: Gamboge. HEX triplet: ED, A4 and 10. RGB value is (237,164,16). Sum of RGB (Red+Green+Blue) = 237+164+16=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA410 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA410 is #125BEF. Grayscale: #A9A9A9. Windows color (decimal): -1203184 or 1090797. OLE color: 1090797.

HSL color Cylindrical-coordinate representation of color #EDA410: hue angle of 40.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDA410 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 164 16 -
CMYK 0 0.31 0.93 0.07
HSL 40.18º 0.87% 0.5% -
HSV(B) 40.18º 0.93% 0.93% -
XYZ 48.29 44.59 6.55 -
YUV 168.96 41.68 176.53 -
System Red Green Blue C M Y K H S L
Decimal 237 164 16 0 0.31 0.93 0.07 40.18 0.87 0.5
Hex ED A4 10 0 1F 5D 7 28 57 32
Octal 355 244 20 0 37 135 7 50 127 62
Binary 11101101 10100100 10000 0 11111 1011101 111 101000 1010111 110010

Color Harmonies of #EDA410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA410

Black with #EDA410

Text Example


Text Example

White with #EDA410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA410; }

 p { color: rgb(237,164,16); }

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

background-color css

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

 a { background-color: rgb(237,164,16); }

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

border-color css

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

 span { border-color: rgb(237,164,16); }

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