Html Css Color HEX #ECEB52 Paris Daisy

📋 copy color: '#ECEB52'

red 236 ◦ green 235 ◦ blue 82

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

Shades of Paris Daisy #ECEB52

Tints of Paris Daisy #ECEB52

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.5%

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

R = 42.68%
G = 42.5%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECEB52 (or 0xECEB52) is known color: Paris Daisy. HEX triplet: EC, EB and 52. RGB value is (236,235,82). Sum of RGB (Red+Green+Blue) = 236+235+82=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 82 (32.42% from 255 or 14.83% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEB52 is #1314AD. Grayscale: #DADADA. Windows color (decimal): -1250478 or 5434348. OLE color: 5434348.

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

Color convert

RGB 236 235 82 -
CMYK 0 0.00 0.65 0.07
HSL 59.61º 0.8% 0.62% -
HSV(B) 59.61º 0.65% 0.93% -
XYZ 65.82 77.86 19.54 -
YUV 217.86 51.33 140.94 -
System Red Green Blue C M Y K H S L
Decimal 236 235 82 0 0.00 0.65 0.07 59.61 0.8 0.62
Hex EC EB 52 0 0 41 7 3C 50 3E
Octal 354 353 122 0 0 101 7 74 120 76
Binary 11101100 11101011 1010010 0 0 1000001 111 111100 1010000 111110

Color Harmonies of #ECEB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEB52

Black with #ECEB52

Text Example


Text Example

White with #ECEB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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