Html Css Color HEX #EBF14D Paris Daisy

📋 copy color: '#EBF14D'

red 235 ◦ green 241 ◦ blue 77

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

Shades of Paris Daisy #EBF14D

Tints of Paris Daisy #EBF14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.92%

R = 42.5%
G = 43.58%
B = 13.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#EBF14D (or 0xEBF14D) is known color: Paris Daisy. HEX triplet: EB, F1 and 4D. RGB value is (235,241,77). Sum of RGB (Red+Green+Blue) = 235+241+77=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 77 (30.47% from 255 or 13.92% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF14D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF14D is #140EB2. Grayscale: #DDDDDD. Windows color (decimal): -1314483 or 5108203. OLE color: 5108203.

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

Color convert

RGB 235 241 77 -
CMYK 0.02 0 0.68 0.05
HSL 62.2º 0.85% 0.62% -
HSV(B) 62.2º 0.68% 0.95% -
XYZ 67.06 81.11 19.14 -
YUV 220.51 47.01 138.34 -
System Red Green Blue C M Y K H S L
Decimal 235 241 77 0.02 0 0.68 0.05 62.2 0.85 0.62
Hex EB F1 4D 2 0 44 5 3E 55 3E
Octal 353 361 115 2 0 104 5 76 125 76
Binary 11101011 11110001 1001101 10 0 1000100 101 111110 1010101 111110

Color Harmonies of #EBF14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF14D

Black with #EBF14D

Text Example


Text Example

White with #EBF14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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