Html Css Color HEX #ECF04B Paris Daisy

📋 copy color: '#ECF04B'

red 236 ◦ green 240 ◦ blue 75

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

Shades of Paris Daisy #ECF04B

Tints of Paris Daisy #ECF04B

RGB

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

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

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

R = 42.83%
G = 43.56%
B = 13.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#ECF04B (or 0xECF04B) is known color: Paris Daisy. HEX triplet: EC, F0 and 4B. RGB value is (236,240,75). Sum of RGB (Red+Green+Blue) = 236+240+75=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 75 (29.69% from 255 or 13.61% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF04B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF04B is #130FB4. Grayscale: #DCDCDC. Windows color (decimal): -1249205 or 4976876. OLE color: 4976876.

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

Color convert

RGB 236 240 75 -
CMYK 0.02 0 0.69 0.06
HSL 61.45º 0.85% 0.62% -
HSV(B) 61.45º 0.69% 0.94% -
XYZ 67.02 80.66 18.69 -
YUV 219.99 46.17 139.42 -
System Red Green Blue C M Y K H S L
Decimal 236 240 75 0.02 0 0.69 0.06 61.45 0.85 0.62
Hex EC F0 4B 2 0 45 6 3D 55 3E
Octal 354 360 113 2 0 105 6 75 125 76
Binary 11101100 11110000 1001011 10 0 1000101 110 111101 1010101 111110

Color Harmonies of #ECF04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF04B

Black with #ECF04B

Text Example


Text Example

White with #ECF04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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