Html Css Color HEX #EDA005 Gamboge

📋 copy color: '#EDA005'

red 237 ◦ green 160 ◦ blue 5

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

Shades of Gamboge #EDA005

Tints of Gamboge #EDA005

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.8%

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

R = 58.96%
G = 39.8%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDA005 (or 0xEDA005) is known color: Gamboge. HEX triplet: ED, A0 and 05. RGB value is (237,160,5). Sum of RGB (Red+Green+Blue) = 237+160+5=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA005 is #125FFA. Grayscale: #A6A6A6. Windows color (decimal): -1204219 or 368877. OLE color: 368877.

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

Color convert

RGB 237 160 5 -
CMYK 0 0.32 0.98 0.07
HSL 40.09º 0.96% 0.47% -
HSV(B) 40.09º 0.98% 0.93% -
XYZ 47.52 43.16 5.97 -
YUV 165.35 37.51 179.1 -
System Red Green Blue C M Y K H S L
Decimal 237 160 5 0 0.32 0.98 0.07 40.09 0.96 0.47
Hex ED A0 5 0 20 62 7 28 60 2F
Octal 355 240 5 0 40 142 7 50 140 57
Binary 11101101 10100000 101 0 100000 1100010 111 101000 1100000 101111

Color Harmonies of #EDA005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA005

Black with #EDA005

Text Example


Text Example

White with #EDA005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA005; }

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

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

background-color css

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

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

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

border-color css

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

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

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