Html Css Color HEX #EBFC42 Paris Daisy

📋 copy color: '#EBFC42'

red 235 ◦ green 252 ◦ blue 66

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

Shades of Paris Daisy #EBFC42

Tints of Paris Daisy #EBFC42

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.57%

 BLUE value IS 66 (26.17% from 255) = 11.93%

R = 42.5%
G = 45.57%
B = 11.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#EBFC42 (or 0xEBFC42) is known color: Paris Daisy. HEX triplet: EB, FC and 42. RGB value is (235,252,66). Sum of RGB (Red+Green+Blue) = 235+252+66=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 66 (26.17% from 255 or 11.93% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFC42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFC42 is #1403BD. Grayscale: #E2E2E2. Windows color (decimal): -1311678 or 4390123. OLE color: 4390123.

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

Color convert

RGB 235 252 66 -
CMYK 0.07 0 0.74 0.01
HSL 65.48º 0.97% 0.62% -
HSV(B) 65.48º 0.74% 0.99% -
XYZ 70.05 87.68 18.39 -
YUV 225.71 37.87 134.62 -
System Red Green Blue C M Y K H S L
Decimal 235 252 66 0.07 0 0.74 0.01 65.48 0.97 0.62
Hex EB FC 42 7 0 4A 1 41 61 3E
Octal 353 374 102 7 0 112 1 101 141 76
Binary 11101011 11111100 1000010 111 0 1001010 1 1000001 1100001 111110

Color Harmonies of #EBFC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFC42

Black with #EBFC42

Text Example


Text Example

White with #EBFC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFC42; }

 p { color: rgb(235,252,66); }

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

background-color css

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

 a { background-color: rgb(235,252,66); }

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

border-color css

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

 span { border-color: rgb(235,252,66); }

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