Html Css Color HEX #EDD30B Gold

📋 copy color: '#EDD30B'

red 237 ◦ green 211 ◦ blue 11

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

Shades of Gold #EDD30B

Tints of Gold #EDD30B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.97%

 BLUE value IS 11 (4.69% from 255) = 2.4%

R = 51.63%
G = 45.97%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDD30B (or 0xEDD30B) is known color: Gold. HEX triplet: ED, D3 and 0B. RGB value is (237,211,11). Sum of RGB (Red+Green+Blue) = 237+211+11=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 11 (4.69% from 255 or 2.40% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD30B is #122CF4. Grayscale: #C4C4C4. Windows color (decimal): -1191157 or 775149. OLE color: 775149.

HSL color Cylindrical-coordinate representation of color #EDD30B: hue angle of 53.1º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDD30B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 211 11 -
CMYK 0 0.11 0.95 0.07
HSL 53.1º 0.91% 0.49% -
HSV(B) 53.1º 0.95% 0.93% -
XYZ 58.28 64.62 9.72 -
YUV 195.97 23.61 157.26 -
System Red Green Blue C M Y K H S L
Decimal 237 211 11 0 0.11 0.95 0.07 53.1 0.91 0.49
Hex ED D3 B 0 B 5F 7 35 5B 31
Octal 355 323 13 0 13 137 7 65 133 61
Binary 11101101 11010011 1011 0 1011 1011111 111 110101 1011011 110001

Color Harmonies of #EDD30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD30B

Black with #EDD30B

Text Example


Text Example

White with #EDD30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD30B; }

 p { color: rgb(237,211,11); }

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

background-color css

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

 a { background-color: rgb(237,211,11); }

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

border-color css

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

 span { border-color: rgb(237,211,11); }

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