Html Css Color HEX #EDCE2E Golden Dream

📋 copy color: '#EDCE2E'

red 237 ◦ green 206 ◦ blue 46

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

Shades of Golden Dream #EDCE2E

Tints of Golden Dream #EDCE2E

RGB

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

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

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

R = 48.47%
G = 42.13%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDCE2E (or 0xEDCE2E) is known color: Golden Dream. HEX triplet: ED, CE and 2E. RGB value is (237,206,46). Sum of RGB (Red+Green+Blue) = 237+206+46=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 46 (18.36% from 255 or 9.41% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE2E is #1231D1. Grayscale: #C5C5C5. Windows color (decimal): -1192402 or 3067629. OLE color: 3067629.

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

Color convert

RGB 237 206 46 -
CMYK 0 0.13 0.81 0.07
HSL 50.26º 0.84% 0.55% -
HSV(B) 50.26º 0.81% 0.93% -
XYZ 57.49 62.34 11.59 -
YUV 197.03 42.77 156.51 -
System Red Green Blue C M Y K H S L
Decimal 237 206 46 0 0.13 0.81 0.07 50.26 0.84 0.55
Hex ED CE 2E 0 D 51 7 32 54 37
Octal 355 316 56 0 15 121 7 62 124 67
Binary 11101101 11001110 101110 0 1101 1010001 111 110010 1010100 110111

Color Harmonies of #EDCE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE2E

Black with #EDCE2E

Text Example


Text Example

White with #EDCE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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