Html Css Color HEX #ECE952 Paris Daisy

📋 copy color: '#ECE952'

red 236 ◦ green 233 ◦ blue 82

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

Shades of Paris Daisy #ECE952

Tints of Paris Daisy #ECE952

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.29%

 BLUE value IS 82 (32.42% from 255) = 14.88%

R = 42.83%
G = 42.29%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECE952 (or 0xECE952) is known color: Paris Daisy. HEX triplet: EC, E9 and 52. RGB value is (236,233,82). Sum of RGB (Red+Green+Blue) = 236+233+82=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 82 (32.42% from 255 or 14.88% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE952 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE952 is #1316AD. Grayscale: #D9D9D9. Windows color (decimal): -1250990 or 5433836. OLE color: 5433836.

HSL color Cylindrical-coordinate representation of color #ECE952: hue angle of 58.83º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECE952 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 233 82 -
CMYK 0 0.01 0.65 0.07
HSL 58.83º 0.8% 0.62% -
HSV(B) 58.83º 0.65% 0.93% -
XYZ 65.25 76.72 19.35 -
YUV 216.68 51.99 141.78 -
System Red Green Blue C M Y K H S L
Decimal 236 233 82 0 0.01 0.65 0.07 58.83 0.8 0.62
Hex EC E9 52 0 1 41 7 3B 50 3E
Octal 354 351 122 0 1 101 7 73 120 76
Binary 11101100 11101001 1010010 0 1 1000001 111 111011 1010000 111110

Color Harmonies of #ECE952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE952

Black with #ECE952

Text Example


Text Example

White with #ECE952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE952; }

 p { color: rgb(236,233,82); }

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

background-color css

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

 a { background-color: rgb(236,233,82); }

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

border-color css

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

 span { border-color: rgb(236,233,82); }

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