Html Css Color HEX #EDDA00 Golden Yellow

📋 copy color: '#EDDA00'

red 237 ◦ green 218 ◦ blue 0

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

Shades of Golden Yellow #EDDA00

Tints of Golden Yellow #EDDA00

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.09%
G = 47.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDDA00 (or 0xEDDA00) is known color: Golden Yellow. HEX triplet: ED, DA and 00. RGB value is (237,218,0). Sum of RGB (Red+Green+Blue) = 237+218+0=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 0 (0.39% from 255 or 0% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDA00 is #1225FF. Grayscale: #C7C7C7. Windows color (decimal): -1189376 or 56045. OLE color: 56045.

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

Color convert

RGB 237 218 0 -
CMYK 0 0.08 1 0.07
HSL 55.19º 1% 0.46% -
HSV(B) 55.19º 1% 0.93% -
XYZ 60 68.15 9.99 -
YUV 198.83 15.79 155.23 -
System Red Green Blue C M Y K H S L
Decimal 237 218 0 0 0.08 1 0.07 55.19 1 0.46
Hex ED DA 0 0 8 64 7 37 64 2E
Octal 355 332 0 0 10 144 7 67 144 56
Binary 11101101 11011010 0 0 1000 1100100 111 110111 1100100 101110

Color Harmonies of #EDDA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA00

Black with #EDDA00

Text Example


Text Example

White with #EDDA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA00; }

 p { color: rgb(237,218,0); }

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

background-color css

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

 a { background-color: rgb(237,218,0); }

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

border-color css

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

 span { border-color: rgb(237,218,0); }

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