Html Css Color HEX #EBF145 Paris Daisy

📋 copy color: '#EBF145'

red 235 ◦ green 241 ◦ blue 69

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

Shades of Paris Daisy #EBF145

Tints of Paris Daisy #EBF145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.66%

R = 43.12%
G = 44.22%
B = 12.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#EBF145 (or 0xEBF145) is known color: Paris Daisy. HEX triplet: EB, F1 and 45. RGB value is (235,241,69). Sum of RGB (Red+Green+Blue) = 235+241+69=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 69 (27.34% from 255 or 12.66% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF145 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF145 is #140EBA. Grayscale: #DCDCDC. Windows color (decimal): -1314491 or 4583915. OLE color: 4583915.

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

Color convert

RGB 235 241 69 -
CMYK 0.02 0 0.71 0.05
HSL 62.09º 0.86% 0.61% -
HSV(B) 62.09º 0.71% 0.95% -
XYZ 66.79 81 17.75 -
YUV 219.6 43.01 138.99 -
System Red Green Blue C M Y K H S L
Decimal 235 241 69 0.02 0 0.71 0.05 62.09 0.86 0.61
Hex EB F1 45 2 0 47 5 3E 56 3D
Octal 353 361 105 2 0 107 5 76 126 75
Binary 11101011 11110001 1000101 10 0 1000111 101 111110 1010110 111101

Color Harmonies of #EBF145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF145

Black with #EBF145

Text Example


Text Example

White with #EBF145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF145; }

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

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

background-color css

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

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

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

border-color css

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

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

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