Html Css Color HEX #ECCF35 Golden Dream

📋 copy color: '#ECCF35'

red 236 ◦ green 207 ◦ blue 53

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

Shades of Golden Dream #ECCF35

Tints of Golden Dream #ECCF35

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.73%

 BLUE value IS 53 (21.09% from 255) = 10.69%

R = 47.58%
G = 41.73%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ECCF35 (or 0xECCF35) is known color: Golden Dream. HEX triplet: EC, CF and 35. RGB value is (236,207,53). Sum of RGB (Red+Green+Blue) = 236+207+53=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 53 (21.09% from 255 or 10.69% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCF35 is #1330CA. Grayscale: #C6C6C6. Windows color (decimal): -1257675 or 3526636. OLE color: 3526636.

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

Color convert

RGB 236 207 53 -
CMYK 0 0.12 0.78 0.07
HSL 50.49º 0.83% 0.57% -
HSV(B) 50.49º 0.78% 0.93% -
XYZ 57.55 62.72 12.44 -
YUV 198.12 46.11 155.02 -
System Red Green Blue C M Y K H S L
Decimal 236 207 53 0 0.12 0.78 0.07 50.49 0.83 0.57
Hex EC CF 35 0 C 4E 7 32 53 39
Octal 354 317 65 0 14 116 7 62 123 71
Binary 11101100 11001111 110101 0 1100 1001110 111 110010 1010011 111001

Color Harmonies of #ECCF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCF35

Black with #ECCF35

Text Example


Text Example

White with #ECCF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCF35; }

 p { color: rgb(236,207,53); }

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

background-color css

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

 a { background-color: rgb(236,207,53); }

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

border-color css

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

 span { border-color: rgb(236,207,53); }

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