Html Css Color HEX #EBF949 Paris Daisy

📋 copy color: '#EBF949'

red 235 ◦ green 249 ◦ blue 73

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

Shades of Paris Daisy #EBF949

Tints of Paris Daisy #EBF949

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.7%

 BLUE value IS 73 (28.91% from 255) = 13.11%

R = 42.19%
G = 44.7%
B = 13.11%

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

#EBF949 (or 0xEBF949) is known color: Paris Daisy. HEX triplet: EB, F9 and 49. RGB value is (235,249,73). Sum of RGB (Red+Green+Blue) = 235+249+73=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 73 (28.91% from 255 or 13.11% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF949 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF949 is #1406B6. Grayscale: #E1E1E1. Windows color (decimal): -1312439 or 4848107. OLE color: 4848107.

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

Color convert

RGB 235 249 73 -
CMYK 0.06 0 0.71 0.02
HSL 64.77º 0.94% 0.63% -
HSV(B) 64.77º 0.71% 0.98% -
XYZ 69.34 85.89 19.23 -
YUV 224.75 42.36 135.31 -
System Red Green Blue C M Y K H S L
Decimal 235 249 73 0.06 0 0.71 0.02 64.77 0.94 0.63
Hex EB F9 49 6 0 47 2 41 5E 3F
Octal 353 371 111 6 0 107 2 101 136 77
Binary 11101011 11111001 1001001 110 0 1000111 10 1000001 1011110 111111

Color Harmonies of #EBF949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF949

Black with #EBF949

Text Example


Text Example

White with #EBF949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF949; }

 p { color: rgb(235,249,73); }

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

background-color css

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

 a { background-color: rgb(235,249,73); }

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

border-color css

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

 span { border-color: rgb(235,249,73); }

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