Html Css Color HEX #EDC934 Golden Dream

📋 copy color: '#EDC934'

red 237 ◦ green 201 ◦ blue 52

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

Shades of Golden Dream #EDC934

Tints of Golden Dream #EDC934

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.02%

 BLUE value IS 52 (20.7% from 255) = 10.61%

R = 48.37%
G = 41.02%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDC934 (or 0xEDC934) is known color: Golden Dream. HEX triplet: ED, C9 and 34. RGB value is (237,201,52). Sum of RGB (Red+Green+Blue) = 237+201+52=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 52 (20.70% from 255 or 10.61% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC934 is #1236CB. Grayscale: #C3C3C3. Windows color (decimal): -1193676 or 3459565. OLE color: 3459565.

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

Color convert

RGB 237 201 52 -
CMYK 0 0.15 0.78 0.07
HSL 48.32º 0.84% 0.57% -
HSV(B) 48.32º 0.78% 0.93% -
XYZ 56.43 60.03 11.86 -
YUV 194.78 47.43 158.12 -
System Red Green Blue C M Y K H S L
Decimal 237 201 52 0 0.15 0.78 0.07 48.32 0.84 0.57
Hex ED C9 34 0 F 4E 7 30 54 39
Octal 355 311 64 0 17 116 7 60 124 71
Binary 11101101 11001001 110100 0 1111 1001110 111 110000 1010100 111001

Color Harmonies of #EDC934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC934

Black with #EDC934

Text Example


Text Example

White with #EDC934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC934; }

 p { color: rgb(237,201,52); }

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

background-color css

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

 a { background-color: rgb(237,201,52); }

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

border-color css

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

 span { border-color: rgb(237,201,52); }

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