Html Css Color HEX #EBF64A Paris Daisy

📋 copy color: '#EBF64A'

red 235 ◦ green 246 ◦ blue 74

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

Shades of Paris Daisy #EBF64A

Tints of Paris Daisy #EBF64A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.32%

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

R = 42.34%
G = 44.32%
B = 13.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#EBF64A (or 0xEBF64A) is known color: Paris Daisy. HEX triplet: EB, F6 and 4A. RGB value is (235,246,74). Sum of RGB (Red+Green+Blue) = 235+246+74=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 246 (96.48% from 255 or 44.32% from 555); Blue value is 74 (29.30% from 255 or 13.33% from 555); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF64A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF64A is #1409B5. Grayscale: #DFDFDF. Windows color (decimal): -1313206 or 4912875. OLE color: 4912875.

HSL color Cylindrical-coordinate representation of color #EBF64A: hue angle of 63.84º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBF64A is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 246 74 -
CMYK 0.04 0 0.70 0.04
HSL 63.84º 0.91% 0.63% -
HSV(B) 63.84º 0.7% 0.96% -
XYZ 68.45 84.07 19.1 -
YUV 223.1 43.86 136.49 -
System Red Green Blue C M Y K H S L
Decimal 235 246 74 0.04 0 0.70 0.04 63.84 0.91 0.63
Hex EB F6 4A 4 0 46 4 40 5B 3F
Octal 353 366 112 4 0 106 4 100 133 77
Binary 11101011 11110110 1001010 100 0 1000110 100 1000000 1011011 111111

Color Harmonies of #EBF64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF64A

Black with #EBF64A

Text Example


Text Example

White with #EBF64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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