Html Css Color HEX #EDA305 Gamboge

📋 copy color: '#EDA305'

red 237 ◦ green 163 ◦ blue 5

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

Shades of Gamboge #EDA305

Tints of Gamboge #EDA305

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.25%

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

R = 58.52%
G = 40.25%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDA305 (or 0xEDA305) is known color: Gamboge. HEX triplet: ED, A3 and 05. RGB value is (237,163,5). Sum of RGB (Red+Green+Blue) = 237+163+5=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA305 is #125CFA. Grayscale: #A7A7A7. Windows color (decimal): -1203451 or 369645. OLE color: 369645.

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

Color convert

RGB 237 163 5 -
CMYK 0 0.31 0.98 0.07
HSL 40.86º 0.96% 0.47% -
HSV(B) 40.86º 0.98% 0.93% -
XYZ 48.05 44.21 6.14 -
YUV 167.11 36.52 177.85 -
System Red Green Blue C M Y K H S L
Decimal 237 163 5 0 0.31 0.98 0.07 40.86 0.96 0.47
Hex ED A3 5 0 1F 62 7 29 60 2F
Octal 355 243 5 0 37 142 7 51 140 57
Binary 11101101 10100011 101 0 11111 1100010 111 101001 1100000 101111

Color Harmonies of #EDA305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA305

Black with #EDA305

Text Example


Text Example

White with #EDA305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA305; }

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

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

background-color css

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

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

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

border-color css

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

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

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