Html Css Color HEX #EDA309 Gamboge

📋 copy color: '#EDA309'

red 237 ◦ green 163 ◦ blue 9

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

Shades of Gamboge #EDA309

Tints of Gamboge #EDA309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.2%

R = 57.95%
G = 39.85%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDA309 (or 0xEDA309) is known color: Gamboge. HEX triplet: ED, A3 and 09. RGB value is (237,163,9). Sum of RGB (Red+Green+Blue) = 237+163+9=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 9 (3.91% from 255 or 2.20% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA309 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA309 is #125CF6. Grayscale: #A8A8A8. Windows color (decimal): -1203447 or 631789. OLE color: 631789.

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

Color convert

RGB 237 163 9 -
CMYK 0 0.31 0.96 0.07
HSL 40.53º 0.93% 0.48% -
HSV(B) 40.53º 0.96% 0.93% -
XYZ 48.07 44.22 6.26 -
YUV 167.57 38.52 177.52 -
System Red Green Blue C M Y K H S L
Decimal 237 163 9 0 0.31 0.96 0.07 40.53 0.93 0.48
Hex ED A3 9 0 1F 60 7 29 5D 30
Octal 355 243 11 0 37 140 7 51 135 60
Binary 11101101 10100011 1001 0 11111 1100000 111 101001 1011101 110000

Color Harmonies of #EDA309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA309

Black with #EDA309

Text Example


Text Example

White with #EDA309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA309; }

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

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

background-color css

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

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

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

border-color css

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

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

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