Html Css Color HEX #EDA304 Gamboge

📋 copy color: '#EDA304'

red 237 ◦ green 163 ◦ blue 4

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

Shades of Gamboge #EDA304

Tints of Gamboge #EDA304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 58.66%
G = 40.35%
B = 0.99%

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

#EDA304 (or 0xEDA304) is known color: Gamboge. HEX triplet: ED, A3 and 04. RGB value is (237,163,4). Sum of RGB (Red+Green+Blue) = 237+163+4=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 4 (1.95% from 255 or 0.99% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA304 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA304 is #125CFB. Grayscale: #A7A7A7. Windows color (decimal): -1203452 or 304109. OLE color: 304109.

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

Color convert

RGB 237 163 4 -
CMYK 0 0.31 0.98 0.07
HSL 40.94º 0.97% 0.47% -
HSV(B) 40.94º 0.98% 0.93% -
XYZ 48.04 44.21 6.12 -
YUV 167 36.02 177.93 -
System Red Green Blue C M Y K H S L
Decimal 237 163 4 0 0.31 0.98 0.07 40.94 0.97 0.47
Hex ED A3 4 0 1F 62 7 29 61 2F
Octal 355 243 4 0 37 142 7 51 141 57
Binary 11101101 10100011 100 0 11111 1100010 111 101001 1100001 101111

Color Harmonies of #EDA304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA304

Black with #EDA304

Text Example


Text Example

White with #EDA304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA304; }

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

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

background-color css

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

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

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

border-color css

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

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

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