#EFEB52

Color #EFEB52 Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #EFEB52

Tints of Paris Daisy #EFEB52

Color information

#EFEB52 (or 0xEFEB52) is unknown color: approx Paris Daisy. HEX triplet: EF, EB and 52. RGB value is (239,235,82). Sum of RGB (Red+Green+Blue) = 239+235+82=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 235 (92.19% from 255 or 42.27% from 556); Blue value is 82 (32.42% from 255 or 14.75% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEB52 is #1014AD. Grayscale: #DBDBDB. Windows color (decimal): -1053870 or 5434351. OLE color: 5434351.

HSL color Cylindrical-coordinate representation of color #EFEB52: hue angle of 58.47º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFEB52 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB23923582-
CMYK00.020.660.06
HSL58.47º83.07%62.94%-
HSV(B)58.47º65.69%93.73%-
XYZ66.8378.3819.59-
YUV218.7550.83142.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.99%
GREEN value IS 235 (92.19% from 255) = 42.27%
BLUE value IS 82 (32.42% from 255) = 14.75%
R=42.99%
G=42.27%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392358200.020.660.0658.4783.0762.94
HexEFEB52024263a533f
Octal3573531220210267212377
Binary1110111111101011101001001010000101101110101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEB52; }

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

 H1.HeaderClassName
 {
   color: #EFEB52;
 }
 .AnyTagClassName
 {
   color: #EFEB52;
 }
</style>
background-color css

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

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

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

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

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

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