Html Css Color HEX #EDA403 Gamboge

📋 copy color: '#EDA403'

red 237 ◦ green 164 ◦ blue 3

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

Shades of Gamboge #EDA403

Tints of Gamboge #EDA403

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.59%

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 58.66%
G = 40.59%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDA403 (or 0xEDA403) is known color: Gamboge. HEX triplet: ED, A4 and 03. RGB value is (237,164,3). Sum of RGB (Red+Green+Blue) = 237+164+3=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 3 (1.56% from 255 or 0.74% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA403 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA403 is #125BFC. Grayscale: #A8A8A8. Windows color (decimal): -1203197 or 238829. OLE color: 238829.

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

Color convert

RGB 237 164 3 -
CMYK 0 0.31 0.99 0.07
HSL 41.28º 0.98% 0.47% -
HSV(B) 41.28º 0.99% 0.93% -
XYZ 48.22 44.56 6.15 -
YUV 167.47 35.18 177.59 -
System Red Green Blue C M Y K H S L
Decimal 237 164 3 0 0.31 0.99 0.07 41.28 0.98 0.47
Hex ED A4 3 0 1F 63 7 29 62 2F
Octal 355 244 3 0 37 143 7 51 142 57
Binary 11101101 10100100 11 0 11111 1100011 111 101001 1100010 101111

Color Harmonies of #EDA403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA403

Black with #EDA403

Text Example


Text Example

White with #EDA403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA403; }

 p { color: rgb(237,164,3); }

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

background-color css

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

 a { background-color: rgb(237,164,3); }

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

border-color css

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

 span { border-color: rgb(237,164,3); }

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