Html Css Color HEX #EDD12E Golden Dream

📋 copy color: '#EDD12E'

red 237 ◦ green 209 ◦ blue 46

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

Shades of Golden Dream #EDD12E

Tints of Golden Dream #EDD12E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.48%

 BLUE value IS 46 (18.36% from 255) = 9.35%

R = 48.17%
G = 42.48%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDD12E (or 0xEDD12E) is known color: Golden Dream. HEX triplet: ED, D1 and 2E. RGB value is (237,209,46). Sum of RGB (Red+Green+Blue) = 237+209+46=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 46 (18.36% from 255 or 9.35% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD12E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD12E is #122ED1. Grayscale: #C7C7C7. Windows color (decimal): -1191634 or 3068397. OLE color: 3068397.

HSL color Cylindrical-coordinate representation of color #EDD12E: hue angle of 51.2º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDD12E is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 209 46 -
CMYK 0 0.12 0.81 0.07
HSL 51.2º 0.84% 0.55% -
HSV(B) 51.2º 0.81% 0.93% -
XYZ 58.22 63.8 11.83 -
YUV 198.79 41.78 155.25 -
System Red Green Blue C M Y K H S L
Decimal 237 209 46 0 0.12 0.81 0.07 51.2 0.84 0.55
Hex ED D1 2E 0 C 51 7 33 54 37
Octal 355 321 56 0 14 121 7 63 124 67
Binary 11101101 11010001 101110 0 1100 1010001 111 110011 1010100 110111

Color Harmonies of #EDD12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD12E

Black with #EDD12E

Text Example


Text Example

White with #EDD12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD12E; }

 p { color: rgb(237,209,46); }

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

background-color css

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

 a { background-color: rgb(237,209,46); }

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

border-color css

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

 span { border-color: rgb(237,209,46); }

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