Html Css Color HEX #EBF942 Paris Daisy

📋 copy color: '#EBF942'

red 235 ◦ green 249 ◦ blue 66

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

Shades of Paris Daisy #EBF942

Tints of Paris Daisy #EBF942

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.27%

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

R = 42.73%
G = 45.27%
B = 12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#EBF942 (or 0xEBF942) is known color: Paris Daisy. HEX triplet: EB, F9 and 42. RGB value is (235,249,66). Sum of RGB (Red+Green+Blue) = 235+249+66=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 66 (26.17% from 255 or 12% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF942 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF942 is #1406BD. Grayscale: #E0E0E0. Windows color (decimal): -1312446 or 4389355. OLE color: 4389355.

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

Color convert

RGB 235 249 66 -
CMYK 0.06 0 0.73 0.02
HSL 64.59º 0.94% 0.62% -
HSV(B) 64.59º 0.73% 0.98% -
XYZ 69.12 85.81 18.07 -
YUV 223.95 38.86 135.88 -
System Red Green Blue C M Y K H S L
Decimal 235 249 66 0.06 0 0.73 0.02 64.59 0.94 0.62
Hex EB F9 42 6 0 49 2 41 5E 3E
Octal 353 371 102 6 0 111 2 101 136 76
Binary 11101011 11111001 1000010 110 0 1001001 10 1000001 1011110 111110

Color Harmonies of #EBF942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF942

Black with #EBF942

Text Example


Text Example

White with #EBF942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF942; }

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

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

background-color css

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

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

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

border-color css

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

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

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