Html Css Color HEX #EBF154 Paris Daisy

📋 copy color: '#EBF154'

red 235 ◦ green 241 ◦ blue 84

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

Shades of Paris Daisy #EBF154

Tints of Paris Daisy #EBF154

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.04%

 BLUE value IS 84 (33.2% from 255) = 15%

R = 41.96%
G = 43.04%
B = 15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#EBF154 (or 0xEBF154) is known color: Paris Daisy. HEX triplet: EB, F1 and 54. RGB value is (235,241,84). Sum of RGB (Red+Green+Blue) = 235+241+84=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 84 (33.20% from 255 or 15% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF154 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF154 is #140EAB. Grayscale: #DDDDDD. Windows color (decimal): -1314476 or 5566955. OLE color: 5566955.

HSL color Cylindrical-coordinate representation of color #EBF154: hue angle of 62.29º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EBF154 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 241 84 -
CMYK 0.02 0 0.65 0.05
HSL 62.29º 0.85% 0.64% -
HSV(B) 62.29º 0.65% 0.95% -
XYZ 67.32 81.21 20.52 -
YUV 221.31 50.51 137.77 -
System Red Green Blue C M Y K H S L
Decimal 235 241 84 0.02 0 0.65 0.05 62.29 0.85 0.64
Hex EB F1 54 2 0 41 5 3E 55 40
Octal 353 361 124 2 0 101 5 76 125 100
Binary 11101011 11110001 1010100 10 0 1000001 101 111110 1010101 1000000

Color Harmonies of #EBF154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF154

Black with #EBF154

Text Example


Text Example

White with #EBF154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF154; }

 p { color: rgb(235,241,84); }

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

background-color css

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

 a { background-color: rgb(235,241,84); }

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

border-color css

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

 span { border-color: rgb(235,241,84); }

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