Html Css Color HEX #EDDB03 Golden Yellow

📋 copy color: '#EDDB03'

red 237 ◦ green 219 ◦ blue 3

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

Shades of Golden Yellow #EDDB03

Tints of Golden Yellow #EDDB03

RGB

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

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

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

R = 51.63%
G = 47.71%
B = 0.65%

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

#EDDB03 (or 0xEDDB03) is known color: Golden Yellow. HEX triplet: ED, DB and 03. RGB value is (237,219,3). Sum of RGB (Red+Green+Blue) = 237+219+3=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 3 (1.56% from 255 or 0.65% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDB03 is #1224FC. Grayscale: #C8C8C8. Windows color (decimal): -1189117 or 252909. OLE color: 252909.

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

Color convert

RGB 237 219 3 -
CMYK 0 0.08 0.99 0.07
HSL 55.38º 0.98% 0.47% -
HSV(B) 55.38º 0.99% 0.93% -
XYZ 60.27 68.67 10.16 -
YUV 199.76 16.96 154.56 -
System Red Green Blue C M Y K H S L
Decimal 237 219 3 0 0.08 0.99 0.07 55.38 0.98 0.47
Hex ED DB 3 0 8 63 7 37 62 2F
Octal 355 333 3 0 10 143 7 67 142 57
Binary 11101101 11011011 11 0 1000 1100011 111 110111 1100010 101111

Color Harmonies of #EDDB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB03

Black with #EDDB03

Text Example


Text Example

White with #EDDB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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