Html Css Color HEX #EDCD3A Golden Dream

📋 copy color: '#EDCD3A'

red 237 ◦ green 205 ◦ blue 58

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

Shades of Golden Dream #EDCD3A

Tints of Golden Dream #EDCD3A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41%

 BLUE value IS 58 (23.05% from 255) = 11.6%

R = 47.4%
G = 41%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDCD3A (or 0xEDCD3A) is known color: Golden Dream. HEX triplet: ED, CD and 3A. RGB value is (237,205,58). Sum of RGB (Red+Green+Blue) = 237+205+58=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 58 (23.05% from 255 or 11.6% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD3A is #1232C5. Grayscale: #C6C6C6. Windows color (decimal): -1192646 or 3853805. OLE color: 3853805.

HSL color Cylindrical-coordinate representation of color #EDCD3A: hue angle of 49.27º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDCD3A is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 58 -
CMYK 0 0.14 0.76 0.07
HSL 49.27º 0.83% 0.58% -
HSV(B) 49.27º 0.76% 0.93% -
XYZ 57.52 61.97 12.93 -
YUV 197.81 49.1 155.95 -
System Red Green Blue C M Y K H S L
Decimal 237 205 58 0 0.14 0.76 0.07 49.27 0.83 0.58
Hex ED CD 3A 0 E 4C 7 31 53 3A
Octal 355 315 72 0 16 114 7 61 123 72
Binary 11101101 11001101 111010 0 1110 1001100 111 110001 1010011 111010

Color Harmonies of #EDCD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD3A

Black with #EDCD3A

Text Example


Text Example

White with #EDCD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD3A; }

 p { color: rgb(237,205,58); }

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

background-color css

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

 a { background-color: rgb(237,205,58); }

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

border-color css

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

 span { border-color: rgb(237,205,58); }

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