Html Css Color HEX #EDA505 Gamboge

📋 copy color: '#EDA505'

red 237 ◦ green 165 ◦ blue 5

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

Shades of Gamboge #EDA505

Tints of Gamboge #EDA505

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.54%

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 58.23%
G = 40.54%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDA505 (or 0xEDA505) is known color: Gamboge. HEX triplet: ED, A5 and 05. RGB value is (237,165,5). Sum of RGB (Red+Green+Blue) = 237+165+5=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 5 (2.34% from 255 or 1.23% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA505 is #125AFA. Grayscale: #A9A9A9. Windows color (decimal): -1202939 or 370157. OLE color: 370157.

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

Color convert

RGB 237 165 5 -
CMYK 0 0.30 0.98 0.07
HSL 41.38º 0.96% 0.47% -
HSV(B) 41.38º 0.98% 0.93% -
XYZ 48.41 44.93 6.26 -
YUV 168.29 35.85 177.01 -
System Red Green Blue C M Y K H S L
Decimal 237 165 5 0 0.30 0.98 0.07 41.38 0.96 0.47
Hex ED A5 5 0 1E 62 7 29 60 2F
Octal 355 245 5 0 36 142 7 51 140 57
Binary 11101101 10100101 101 0 11110 1100010 111 101001 1100000 101111

Color Harmonies of #EDA505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA505

Black with #EDA505

Text Example


Text Example

White with #EDA505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA505; }

 p { color: rgb(237,165,5); }

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

background-color css

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

 a { background-color: rgb(237,165,5); }

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

border-color css

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

 span { border-color: rgb(237,165,5); }

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