Html Css Color HEX #EEF14C Paris Daisy

📋 copy color: '#EEF14C'

red 238 ◦ green 241 ◦ blue 76

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

Shades of Paris Daisy #EEF14C

Tints of Paris Daisy #EEF14C

RGB

 RED value IS 238 (93.36% from 255) = 42.88%

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

 BLUE value IS 76 (30.08% from 255) = 13.69%

R = 42.88%
G = 43.42%
B = 13.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#EEF14C (or 0xEEF14C) is known color: Paris Daisy. HEX triplet: EE, F1 and 4C. RGB value is (238,241,76). Sum of RGB (Red+Green+Blue) = 238+241+76=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 76 (30.08% from 255 or 13.69% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF14C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF14C is #110EB3. Grayscale: #DDDDDD. Windows color (decimal): -1117876 or 5042670. OLE color: 5042670.

HSL color Cylindrical-coordinate representation of color #EEF14C: hue angle of 61.09º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEF14C is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 241 76 -
CMYK 0.01 0 0.68 0.05
HSL 61.09º 0.85% 0.62% -
HSV(B) 61.09º 0.68% 0.95% -
XYZ 68.02 81.61 19 -
YUV 221.29 46.01 139.92 -
System Red Green Blue C M Y K H S L
Decimal 238 241 76 0.01 0 0.68 0.05 61.09 0.85 0.62
Hex EE F1 4C 1 0 44 5 3D 55 3E
Octal 356 361 114 1 0 104 5 75 125 76
Binary 11101110 11110001 1001100 1 0 1000100 101 111101 1010101 111110

Color Harmonies of #EEF14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF14C

Black with #EEF14C

Text Example


Text Example

White with #EEF14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF14C; }

 p { color: rgb(238,241,76); }

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

background-color css

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

 a { background-color: rgb(238,241,76); }

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

border-color css

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

 span { border-color: rgb(238,241,76); }

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