Html Css Color HEX #EDDA03 Golden Yellow

📋 copy color: '#EDDA03'

red 237 ◦ green 218 ◦ blue 3

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

Shades of Golden Yellow #EDDA03

Tints of Golden Yellow #EDDA03

RGB

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

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

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

R = 51.75%
G = 47.6%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDDA03 (or 0xEDDA03) is known color: Golden Yellow. HEX triplet: ED, DA and 03. RGB value is (237,218,3). Sum of RGB (Red+Green+Blue) = 237+218+3=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 3 (1.56% from 255 or 0.66% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDA03 is #1225FC. Grayscale: #C8C8C8. Windows color (decimal): -1189373 or 252653. OLE color: 252653.

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

Color convert

RGB 237 218 3 -
CMYK 0 0.08 0.99 0.07
HSL 55.13º 0.98% 0.47% -
HSV(B) 55.13º 0.99% 0.93% -
XYZ 60.01 68.15 10.08 -
YUV 199.17 17.29 154.98 -
System Red Green Blue C M Y K H S L
Decimal 237 218 3 0 0.08 0.99 0.07 55.13 0.98 0.47
Hex ED DA 3 0 8 63 7 37 62 2F
Octal 355 332 3 0 10 143 7 67 142 57
Binary 11101101 11011010 11 0 1000 1100011 111 110111 1100010 101111

Color Harmonies of #EDDA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA03

Black with #EDDA03

Text Example


Text Example

White with #EDDA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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