Html Css Color HEX #EDDA07 Golden Yellow

📋 copy color: '#EDDA07'

red 237 ◦ green 218 ◦ blue 7

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

Shades of Golden Yellow #EDDA07

Tints of Golden Yellow #EDDA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.52%

R = 51.3%
G = 47.19%
B = 1.52%

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

#EDDA07 (or 0xEDDA07) is known color: Golden Yellow. HEX triplet: ED, DA and 07. RGB value is (237,218,7). Sum of RGB (Red+Green+Blue) = 237+218+7=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 7 (3.12% from 255 or 1.52% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDA07 is #1225F8. Grayscale: #C8C8C8. Windows color (decimal): -1189369 or 514797. OLE color: 514797.

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

Color convert

RGB 237 218 7 -
CMYK 0 0.08 0.97 0.07
HSL 55.04º 0.94% 0.48% -
HSV(B) 55.04º 0.97% 0.93% -
XYZ 60.03 68.16 10.19 -
YUV 199.63 19.29 154.66 -
System Red Green Blue C M Y K H S L
Decimal 237 218 7 0 0.08 0.97 0.07 55.04 0.94 0.48
Hex ED DA 7 0 8 61 7 37 5E 30
Octal 355 332 7 0 10 141 7 67 136 60
Binary 11101101 11011010 111 0 1000 1100001 111 110111 1011110 110000

Color Harmonies of #EDDA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA07

Black with #EDDA07

Text Example


Text Example

White with #EDDA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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