Html Css Color HEX #EDDB00 Golden Yellow

📋 copy color: '#EDDB00'

red 237 ◦ green 219 ◦ blue 0

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

Shades of Golden Yellow #EDDB00

Tints of Golden Yellow #EDDB00

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.97%
G = 48.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDDB00 (or 0xEDDB00) is known color: Golden Yellow. HEX triplet: ED, DB and 00. RGB value is (237,219,0). Sum of RGB (Red+Green+Blue) = 237+219+0=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDB00 is #1224FF. Grayscale: #C8C8C8. Windows color (decimal): -1189120 or 56301. OLE color: 56301.

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

Color convert

RGB 237 219 0 -
CMYK 0 0.08 1 0.07
HSL 55.44º 1% 0.46% -
HSV(B) 55.44º 1% 0.93% -
XYZ 60.26 68.67 10.08 -
YUV 199.42 15.46 154.81 -
System Red Green Blue C M Y K H S L
Decimal 237 219 0 0 0.08 1 0.07 55.44 1 0.46
Hex ED DB 0 0 8 64 7 37 64 2E
Octal 355 333 0 0 10 144 7 67 144 56
Binary 11101101 11011011 0 0 1000 1100100 111 110111 1100100 101110

Color Harmonies of #EDDB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB00

Black with #EDDB00

Text Example


Text Example

White with #EDDB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB00; }

 p { color: rgb(237,219,0); }

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

background-color css

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

 a { background-color: rgb(237,219,0); }

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

border-color css

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

 span { border-color: rgb(237,219,0); }

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