Html Css Color HEX #ECCD34 Golden Dream

📋 copy color: '#ECCD34'

red 236 ◦ green 205 ◦ blue 52

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

Shades of Golden Dream #ECCD34

Tints of Golden Dream #ECCD34

RGB

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

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

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

R = 47.87%
G = 41.58%
B = 10.55%

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

#ECCD34 (or 0xECCD34) is known color: Golden Dream. HEX triplet: EC, CD and 34. RGB value is (236,205,52). Sum of RGB (Red+Green+Blue) = 236+205+52=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 52 (20.70% from 255 or 10.55% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD34 is #1332CB. Grayscale: #C5C5C5. Windows color (decimal): -1258188 or 3460588. OLE color: 3460588.

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

Color convert

RGB 236 205 52 -
CMYK 0 0.13 0.78 0.07
HSL 49.89º 0.83% 0.56% -
HSV(B) 49.89º 0.78% 0.93% -
XYZ 57.04 61.74 12.16 -
YUV 196.83 46.27 155.94 -
System Red Green Blue C M Y K H S L
Decimal 236 205 52 0 0.13 0.78 0.07 49.89 0.83 0.56
Hex EC CD 34 0 D 4E 7 32 53 38
Octal 354 315 64 0 15 116 7 62 123 70
Binary 11101100 11001101 110100 0 1101 1001110 111 110010 1010011 111000

Color Harmonies of #ECCD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD34

Black with #ECCD34

Text Example


Text Example

White with #ECCD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD34; }

 p { color: rgb(236,205,52); }

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

background-color css

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

 a { background-color: rgb(236,205,52); }

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

border-color css

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

 span { border-color: rgb(236,205,52); }

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