Html Css Color HEX #EDA418 Gamboge

📋 copy color: '#EDA418'

red 237 ◦ green 164 ◦ blue 24

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

Shades of Gamboge #EDA418

Tints of Gamboge #EDA418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.65%

R = 55.76%
G = 38.59%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDA418 (or 0xEDA418) is known color: Gamboge. HEX triplet: ED, A4 and 18. RGB value is (237,164,24). Sum of RGB (Red+Green+Blue) = 237+164+24=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA418 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA418 is #125BE7. Grayscale: #AAAAAA. Windows color (decimal): -1203176 or 1615085. OLE color: 1615085.

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

Color convert

RGB 237 164 24 -
CMYK 0 0.31 0.90 0.07
HSL 39.44º 0.86% 0.51% -
HSV(B) 39.44º 0.9% 0.93% -
XYZ 48.37 44.62 6.93 -
YUV 169.87 45.68 175.88 -
System Red Green Blue C M Y K H S L
Decimal 237 164 24 0 0.31 0.90 0.07 39.44 0.86 0.51
Hex ED A4 18 0 1F 5A 7 27 56 33
Octal 355 244 30 0 37 132 7 47 126 63
Binary 11101101 10100100 11000 0 11111 1011010 111 100111 1010110 110011

Color Harmonies of #EDA418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA418

Black with #EDA418

Text Example


Text Example

White with #EDA418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA418; }

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

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

background-color css

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

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

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

border-color css

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

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

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