Html Css Color HEX #EDDB0A Golden Yellow

📋 copy color: '#EDDB0A'

red 237 ◦ green 219 ◦ blue 10

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

Shades of Golden Yellow #EDDB0A

Tints of Golden Yellow #EDDB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.15%

R = 50.86%
G = 47%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDDB0A (or 0xEDDB0A) is known color: Golden Yellow. HEX triplet: ED, DB and 0A. RGB value is (237,219,10). Sum of RGB (Red+Green+Blue) = 237+219+10=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 10 (4.30% from 255 or 2.15% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDB0A is #1224F5. Grayscale: #C9C9C9. Windows color (decimal): -1189110 or 711661. OLE color: 711661.

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

Color convert

RGB 237 219 10 -
CMYK 0 0.08 0.96 0.07
HSL 55.24º 0.92% 0.48% -
HSV(B) 55.24º 0.96% 0.93% -
XYZ 60.31 68.69 10.37 -
YUV 200.56 20.46 153.99 -
System Red Green Blue C M Y K H S L
Decimal 237 219 10 0 0.08 0.96 0.07 55.24 0.92 0.48
Hex ED DB A 0 8 60 7 37 5C 30
Octal 355 333 12 0 10 140 7 67 134 60
Binary 11101101 11011011 1010 0 1000 1100000 111 110111 1011100 110000

Color Harmonies of #EDDB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB0A

Black with #EDDB0A

Text Example


Text Example

White with #EDDB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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