Html Css Color HEX #EDA619 Gamboge

📋 copy color: '#EDA619'

red 237 ◦ green 166 ◦ blue 25

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

Shades of Gamboge #EDA619

Tints of Gamboge #EDA619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.84%

R = 55.37%
G = 38.79%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDA619 (or 0xEDA619) is known color: Gamboge. HEX triplet: ED, A6 and 19. RGB value is (237,166,25). Sum of RGB (Red+Green+Blue) = 237+166+25=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 25 (10.16% from 255 or 5.84% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA619 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA619 is #1259E6. Grayscale: #ABABAB. Windows color (decimal): -1202663 or 1681133. OLE color: 1681133.

HSL color Cylindrical-coordinate representation of color #EDA619: hue angle of 39.91º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDA619 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 166 25 -
CMYK 0 0.30 0.89 0.07
HSL 39.91º 0.85% 0.51% -
HSV(B) 39.91º 0.89% 0.93% -
XYZ 48.74 45.35 7.1 -
YUV 171.16 45.52 174.96 -
System Red Green Blue C M Y K H S L
Decimal 237 166 25 0 0.30 0.89 0.07 39.91 0.85 0.51
Hex ED A6 19 0 1E 59 7 28 55 33
Octal 355 246 31 0 36 131 7 50 125 63
Binary 11101101 10100110 11001 0 11110 1011001 111 101000 1010101 110011

Color Harmonies of #EDA619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA619

Black with #EDA619

Text Example


Text Example

White with #EDA619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA619; }

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

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

background-color css

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

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

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

border-color css

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

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

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