Html Css Color HEX #EBF245 Paris Daisy

📋 copy color: '#EBF245'

red 235 ◦ green 242 ◦ blue 69

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

Shades of Paris Daisy #EBF245

Tints of Paris Daisy #EBF245

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.32%

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

R = 43.04%
G = 44.32%
B = 12.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#EBF245 (or 0xEBF245) is known color: Paris Daisy. HEX triplet: EB, F2 and 45. RGB value is (235,242,69). Sum of RGB (Red+Green+Blue) = 235+242+69=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 69 (27.34% from 255 or 12.64% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF245 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF245 is #140DBA. Grayscale: #DCDCDC. Windows color (decimal): -1314235 or 4584171. OLE color: 4584171.

HSL color Cylindrical-coordinate representation of color #EBF245: hue angle of 62.43º degrees, saturation: 0.87, 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 #EBF245 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 242 69 -
CMYK 0.03 0 0.71 0.05
HSL 62.43º 0.87% 0.61% -
HSV(B) 62.43º 0.71% 0.95% -
XYZ 67.09 81.6 17.84 -
YUV 220.19 42.68 138.57 -
System Red Green Blue C M Y K H S L
Decimal 235 242 69 0.03 0 0.71 0.05 62.43 0.87 0.61
Hex EB F2 45 3 0 47 5 3E 57 3D
Octal 353 362 105 3 0 107 5 76 127 75
Binary 11101011 11110010 1000101 11 0 1000111 101 111110 1010111 111101

Color Harmonies of #EBF245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF245

Black with #EBF245

Text Example


Text Example

White with #EBF245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF245; }

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

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

background-color css

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

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

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

border-color css

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

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

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