Html Css Color HEX #EBFB4A Paris Daisy

📋 copy color: '#EBFB4A'

red 235 ◦ green 251 ◦ blue 74

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

Shades of Paris Daisy #EBFB4A

Tints of Paris Daisy #EBFB4A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.82%

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

R = 41.96%
G = 44.82%
B = 13.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#EBFB4A (or 0xEBFB4A) is known color: Paris Daisy. HEX triplet: EB, FB and 4A. RGB value is (235,251,74). Sum of RGB (Red+Green+Blue) = 235+251+74=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 74 (29.30% from 255 or 13.21% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFB4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFB4A is #1404B5. Grayscale: #E2E2E2. Windows color (decimal): -1311926 or 4914155. OLE color: 4914155.

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

Color convert

RGB 235 251 74 -
CMYK 0.06 0 0.71 0.02
HSL 65.42º 0.96% 0.64% -
HSV(B) 65.42º 0.71% 0.98% -
XYZ 69.99 87.15 19.61 -
YUV 226.04 42.2 134.39 -
System Red Green Blue C M Y K H S L
Decimal 235 251 74 0.06 0 0.71 0.02 65.42 0.96 0.64
Hex EB FB 4A 6 0 47 2 41 60 40
Octal 353 373 112 6 0 107 2 101 140 100
Binary 11101011 11111011 1001010 110 0 1000111 10 1000001 1100000 1000000

Color Harmonies of #EBFB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFB4A

Black with #EBFB4A

Text Example


Text Example

White with #EBFB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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