Html Css Color HEX #EDA412 Gamboge

📋 copy color: '#EDA412'

red 237 ◦ green 164 ◦ blue 18

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

Shades of Gamboge #EDA412

Tints of Gamboge #EDA412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.3%

R = 56.56%
G = 39.14%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDA412 (or 0xEDA412) is known color: Gamboge. HEX triplet: ED, A4 and 12. RGB value is (237,164,18). Sum of RGB (Red+Green+Blue) = 237+164+18=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA412 is #125BED. Grayscale: #A9A9A9. Windows color (decimal): -1203182 or 1221869. OLE color: 1221869.

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

Color convert

RGB 237 164 18 -
CMYK 0 0.31 0.92 0.07
HSL 40º 0.86% 0.5% -
HSV(B) 40º 0.92% 0.93% -
XYZ 48.31 44.6 6.63 -
YUV 169.18 42.68 176.37 -
System Red Green Blue C M Y K H S L
Decimal 237 164 18 0 0.31 0.92 0.07 40 0.86 0.5
Hex ED A4 12 0 1F 5C 7 28 56 32
Octal 355 244 22 0 37 134 7 50 126 62
Binary 11101101 10100100 10010 0 11111 1011100 111 101000 1010110 110010

Color Harmonies of #EDA412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA412

Black with #EDA412

Text Example


Text Example

White with #EDA412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA412; }

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

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

background-color css

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

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

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

border-color css

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

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

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