Html Css Color HEX #EBF045 Paris Daisy

📋 copy color: '#EBF045'

red 235 ◦ green 240 ◦ blue 69

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

Shades of Paris Daisy #EBF045

Tints of Paris Daisy #EBF045

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.12%

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

R = 43.2%
G = 44.12%
B = 12.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EBF045 (or 0xEBF045) is known color: Paris Daisy. HEX triplet: EB, F0 and 45. RGB value is (235,240,69). Sum of RGB (Red+Green+Blue) = 235+240+69=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 69 (27.34% from 255 or 12.68% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF045 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF045 is #140FBA. Grayscale: #DBDBDB. Windows color (decimal): -1314747 or 4583659. OLE color: 4583659.

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

Color convert

RGB 235 240 69 -
CMYK 0.02 0 0.71 0.06
HSL 61.75º 0.85% 0.61% -
HSV(B) 61.75º 0.71% 0.94% -
XYZ 66.5 80.41 17.65 -
YUV 219.01 43.34 139.4 -
System Red Green Blue C M Y K H S L
Decimal 235 240 69 0.02 0 0.71 0.06 61.75 0.85 0.61
Hex EB F0 45 2 0 47 6 3E 55 3D
Octal 353 360 105 2 0 107 6 76 125 75
Binary 11101011 11110000 1000101 10 0 1000111 110 111110 1010101 111101

Color Harmonies of #EBF045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF045

Black with #EBF045

Text Example


Text Example

White with #EBF045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF045; }

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

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

background-color css

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

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

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

border-color css

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

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

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