Html Css Color HEX #EDDD03 Golden Yellow

📋 copy color: '#EDDD03'

red 237 ◦ green 221 ◦ blue 3

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

Shades of Golden Yellow #EDDD03

Tints of Golden Yellow #EDDD03

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.94%

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

R = 51.41%
G = 47.94%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDDD03 (or 0xEDDD03) is known color: Golden Yellow. HEX triplet: ED, DD and 03. RGB value is (237,221,3). Sum of RGB (Red+Green+Blue) = 237+221+3=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 3 (1.56% from 255 or 0.65% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDD03 is #1222FC. Grayscale: #C9C9C9. Windows color (decimal): -1188605 or 253421. OLE color: 253421.

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

Color convert

RGB 237 221 3 -
CMYK 0 0.07 0.99 0.07
HSL 55.9º 0.98% 0.47% -
HSV(B) 55.9º 0.99% 0.93% -
XYZ 60.8 69.72 10.34 -
YUV 200.93 16.3 153.73 -
System Red Green Blue C M Y K H S L
Decimal 237 221 3 0 0.07 0.99 0.07 55.9 0.98 0.47
Hex ED DD 3 0 7 63 7 38 62 2F
Octal 355 335 3 0 7 143 7 70 142 57
Binary 11101101 11011101 11 0 111 1100011 111 111000 1100010 101111

Color Harmonies of #EDDD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD03

Black with #EDDD03

Text Example


Text Example

White with #EDDD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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