Html Css Color HEX #EDA618 Gamboge

📋 copy color: '#EDA618'

red 237 ◦ green 166 ◦ blue 24

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

Shades of Gamboge #EDA618

Tints of Gamboge #EDA618

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.88%

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

R = 55.5%
G = 38.88%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDA618 (or 0xEDA618) is known color: Gamboge. HEX triplet: ED, A6 and 18. RGB value is (237,166,24). Sum of RGB (Red+Green+Blue) = 237+166+24=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 24 (9.77% from 255 or 5.62% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA618 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA618 is #1259E7. Grayscale: #ABABAB. Windows color (decimal): -1202664 or 1615597. OLE color: 1615597.

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

Color convert

RGB 237 166 24 -
CMYK 0 0.30 0.90 0.07
HSL 40º 0.86% 0.51% -
HSV(B) 40º 0.9% 0.93% -
XYZ 48.73 45.34 7.05 -
YUV 171.04 45.02 175.05 -
System Red Green Blue C M Y K H S L
Decimal 237 166 24 0 0.30 0.90 0.07 40 0.86 0.51
Hex ED A6 18 0 1E 5A 7 28 56 33
Octal 355 246 30 0 36 132 7 50 126 63
Binary 11101101 10100110 11000 0 11110 1011010 111 101000 1010110 110011

Color Harmonies of #EDA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA618

Black with #EDA618

Text Example


Text Example

White with #EDA618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA618; }

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

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

background-color css

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

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

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

border-color css

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

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

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