Html Css Color HEX #EDCE34 Golden Dream

📋 copy color: '#EDCE34'

red 237 ◦ green 206 ◦ blue 52

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

Shades of Golden Dream #EDCE34

Tints of Golden Dream #EDCE34

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.62%

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

R = 47.88%
G = 41.62%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDCE34 (or 0xEDCE34) is known color: Golden Dream. HEX triplet: ED, CE and 34. RGB value is (237,206,52). Sum of RGB (Red+Green+Blue) = 237+206+52=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 52 (20.70% from 255 or 10.51% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE34 is #1231CB. Grayscale: #C6C6C6. Windows color (decimal): -1192396 or 3460845. OLE color: 3460845.

HSL color Cylindrical-coordinate representation of color #EDCE34: hue angle of 49.95º 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 #EDCE34 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 206 52 -
CMYK 0 0.13 0.78 0.07
HSL 49.95º 0.84% 0.57% -
HSV(B) 49.95º 0.78% 0.93% -
XYZ 57.62 62.4 12.26 -
YUV 197.71 45.77 156.02 -
System Red Green Blue C M Y K H S L
Decimal 237 206 52 0 0.13 0.78 0.07 49.95 0.84 0.57
Hex ED CE 34 0 D 4E 7 32 54 39
Octal 355 316 64 0 15 116 7 62 124 71
Binary 11101101 11001110 110100 0 1101 1001110 111 110010 1010100 111001

Color Harmonies of #EDCE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE34

Black with #EDCE34

Text Example


Text Example

White with #EDCE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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