Html Css Color HEX #EDDA08 Golden Yellow

📋 copy color: '#EDDA08'

red 237 ◦ green 218 ◦ blue 8

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

Shades of Golden Yellow #EDDA08

Tints of Golden Yellow #EDDA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.73%

R = 51.19%
G = 47.08%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDDA08 (or 0xEDDA08) is known color: Golden Yellow. HEX triplet: ED, DA and 08. RGB value is (237,218,8). Sum of RGB (Red+Green+Blue) = 237+218+8=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 8 (3.52% from 255 or 1.73% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDA08 is #1225F7. Grayscale: #C8C8C8. Windows color (decimal): -1189368 or 580333. OLE color: 580333.

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

Color convert

RGB 237 218 8 -
CMYK 0 0.08 0.97 0.07
HSL 55.02º 0.93% 0.48% -
HSV(B) 55.02º 0.97% 0.93% -
XYZ 60.04 68.16 10.22 -
YUV 199.74 19.79 154.58 -
System Red Green Blue C M Y K H S L
Decimal 237 218 8 0 0.08 0.97 0.07 55.02 0.93 0.48
Hex ED DA 8 0 8 61 7 37 5D 30
Octal 355 332 10 0 10 141 7 67 135 60
Binary 11101101 11011010 1000 0 1000 1100001 111 110111 1011101 110000

Color Harmonies of #EDDA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA08

Black with #EDDA08

Text Example


Text Example

White with #EDDA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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