Html Css Color HEX #ECC934 Golden Dream

📋 copy color: '#ECC934'

red 236 ◦ green 201 ◦ blue 52

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

Shades of Golden Dream #ECC934

Tints of Golden Dream #ECC934

RGB

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

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

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

R = 48.26%
G = 41.1%
B = 10.63%

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

#ECC934 (or 0xECC934) is known color: Golden Dream. HEX triplet: EC, C9 and 34. RGB value is (236,201,52). Sum of RGB (Red+Green+Blue) = 236+201+52=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 52 (20.70% from 255 or 10.63% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC934 is #1336CB. Grayscale: #C3C3C3. Windows color (decimal): -1259212 or 3459564. OLE color: 3459564.

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

Color convert

RGB 236 201 52 -
CMYK 0 0.15 0.78 0.07
HSL 48.59º 0.83% 0.56% -
HSV(B) 48.59º 0.78% 0.93% -
XYZ 56.1 59.85 11.85 -
YUV 194.48 47.6 157.62 -
System Red Green Blue C M Y K H S L
Decimal 236 201 52 0 0.15 0.78 0.07 48.59 0.83 0.56
Hex EC C9 34 0 F 4E 7 31 53 38
Octal 354 311 64 0 17 116 7 61 123 70
Binary 11101100 11001001 110100 0 1111 1001110 111 110001 1010011 111000

Color Harmonies of #ECC934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC934

Black with #ECC934

Text Example


Text Example

White with #ECC934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC934; }

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

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

background-color css

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

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

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

border-color css

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

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

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