Html Css Color HEX #EDDC03 Golden Yellow

📋 copy color: '#EDDC03'

red 237 ◦ green 220 ◦ blue 3

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

Shades of Golden Yellow #EDDC03

Tints of Golden Yellow #EDDC03

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.83%

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

R = 51.52%
G = 47.83%
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

#EDDC03 (or 0xEDDC03) is known color: Golden Yellow. HEX triplet: ED, DC and 03. RGB value is (237,220,3). Sum of RGB (Red+Green+Blue) = 237+220+3=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 3 (1.56% from 255 or 0.65% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDC03 is #1223FC. Grayscale: #C9C9C9. Windows color (decimal): -1188861 or 253165. OLE color: 253165.

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

Color convert

RGB 237 220 3 -
CMYK 0 0.07 0.99 0.07
HSL 55.64º 0.98% 0.47% -
HSV(B) 55.64º 0.99% 0.93% -
XYZ 60.53 69.2 10.25 -
YUV 200.35 16.63 154.14 -
System Red Green Blue C M Y K H S L
Decimal 237 220 3 0 0.07 0.99 0.07 55.64 0.98 0.47
Hex ED DC 3 0 7 63 7 38 62 2F
Octal 355 334 3 0 7 143 7 70 142 57
Binary 11101101 11011100 11 0 111 1100011 111 111000 1100010 101111

Color Harmonies of #EDDC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC03

Black with #EDDC03

Text Example


Text Example

White with #EDDC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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