Html Css Color HEX #ECCE2D Golden Dream

📋 copy color: '#ECCE2D'

red 236 ◦ green 206 ◦ blue 45

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

Shades of Golden Dream #ECCE2D

Tints of Golden Dream #ECCE2D

RGB

 RED value IS 236 (92.58% from 255) = 48.46%

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

 BLUE value IS 45 (17.97% from 255) = 9.24%

R = 48.46%
G = 42.3%
B = 9.24%

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

#ECCE2D (or 0xECCE2D) is known color: Golden Dream. HEX triplet: EC, CE and 2D. RGB value is (236,206,45). Sum of RGB (Red+Green+Blue) = 236+206+45=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 45 (17.97% from 255 or 9.24% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE2D is #1331D2. Grayscale: #C5C5C5. Windows color (decimal): -1257939 or 3002092. OLE color: 3002092.

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

Color convert

RGB 236 206 45 -
CMYK 0 0.13 0.81 0.07
HSL 50.58º 0.83% 0.55% -
HSV(B) 50.58º 0.81% 0.93% -
XYZ 57.14 62.16 11.47 -
YUV 196.62 42.44 156.09 -
System Red Green Blue C M Y K H S L
Decimal 236 206 45 0 0.13 0.81 0.07 50.58 0.83 0.55
Hex EC CE 2D 0 D 51 7 33 53 37
Octal 354 316 55 0 15 121 7 63 123 67
Binary 11101100 11001110 101101 0 1101 1010001 111 110011 1010011 110111

Color Harmonies of #ECCE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCE2D

Black with #ECCE2D

Text Example


Text Example

White with #ECCE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCE2D; }

 p { color: rgb(236,206,45); }

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

background-color css

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

 a { background-color: rgb(236,206,45); }

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

border-color css

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

 span { border-color: rgb(236,206,45); }

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