Html Css Color HEX #EBF84A Paris Daisy

📋 copy color: '#EBF84A'

red 235 ◦ green 248 ◦ blue 74

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

Shades of Paris Daisy #EBF84A

Tints of Paris Daisy #EBF84A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.52%

 BLUE value IS 74 (29.3% from 255) = 13.29%

R = 42.19%
G = 44.52%
B = 13.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#EBF84A (or 0xEBF84A) is known color: Paris Daisy. HEX triplet: EB, F8 and 4A. RGB value is (235,248,74). Sum of RGB (Red+Green+Blue) = 235+248+74=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 248 (97.27% from 255 or 44.52% from 557); Blue value is 74 (29.30% from 255 or 13.29% from 557); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF84A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF84A is #1407B5. Grayscale: #E0E0E0. Windows color (decimal): -1312694 or 4913387. OLE color: 4913387.

HSL color Cylindrical-coordinate representation of color #EBF84A: hue angle of 64.48º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBF84A is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 235 248 74 -
CMYK 0.05 0 0.70 0.03
HSL 64.48º 0.93% 0.63% -
HSV(B) 64.48º 0.7% 0.97% -
XYZ 69.06 85.29 19.3 -
YUV 224.28 43.19 135.65 -
System Red Green Blue C M Y K H S L
Decimal 235 248 74 0.05 0 0.70 0.03 64.48 0.93 0.63
Hex EB F8 4A 5 0 46 3 40 5D 3F
Octal 353 370 112 5 0 106 3 100 135 77
Binary 11101011 11111000 1001010 101 0 1000110 11 1000000 1011101 111111

Color Harmonies of #EBF84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF84A

Black with #EBF84A

Text Example


Text Example

White with #EBF84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF84A; }

 p { color: rgb(235,248,74); }

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

background-color css

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

 a { background-color: rgb(235,248,74); }

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

border-color css

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

 span { border-color: rgb(235,248,74); }

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