Html Css Color HEX #ECF94B Paris Daisy

📋 copy color: '#ECF94B'

red 236 ◦ green 249 ◦ blue 75

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

Shades of Paris Daisy #ECF94B

Tints of Paris Daisy #ECF94B

RGB

 RED value IS 236 (92.58% from 255) = 42.14%

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

 BLUE value IS 75 (29.69% from 255) = 13.39%

R = 42.14%
G = 44.46%
B = 13.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#ECF94B (or 0xECF94B) is known color: Paris Daisy. HEX triplet: EC, F9 and 4B. RGB value is (236,249,75). Sum of RGB (Red+Green+Blue) = 236+249+75=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 75 (29.69% from 255 or 13.39% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF94B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF94B is #1306B4. Grayscale: #E1E1E1. Windows color (decimal): -1246901 or 4979180. OLE color: 4979180.

HSL color Cylindrical-coordinate representation of color #ECF94B: hue angle of 64.48º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECF94B is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 249 75 -
CMYK 0.05 0 0.70 0.02
HSL 64.48º 0.94% 0.64% -
HSV(B) 64.48º 0.7% 0.98% -
XYZ 69.74 86.09 19.6 -
YUV 225.28 43.19 135.65 -
System Red Green Blue C M Y K H S L
Decimal 236 249 75 0.05 0 0.70 0.02 64.48 0.94 0.64
Hex EC F9 4B 5 0 46 2 40 5E 40
Octal 354 371 113 5 0 106 2 100 136 100
Binary 11101100 11111001 1001011 101 0 1000110 10 1000000 1011110 1000000

Color Harmonies of #ECF94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF94B

Black with #ECF94B

Text Example


Text Example

White with #ECF94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF94B; }

 p { color: rgb(236,249,75); }

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

background-color css

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

 a { background-color: rgb(236,249,75); }

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

border-color css

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

 span { border-color: rgb(236,249,75); }

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