Html Css Color HEX #EEF14B Paris Daisy

📋 copy color: '#EEF14B'

red 238 ◦ green 241 ◦ blue 75

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

Shades of Paris Daisy #EEF14B

Tints of Paris Daisy #EEF14B

RGB

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

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

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

R = 42.96%
G = 43.5%
B = 13.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#EEF14B (or 0xEEF14B) is known color: Paris Daisy. HEX triplet: EE, F1 and 4B. RGB value is (238,241,75). Sum of RGB (Red+Green+Blue) = 238+241+75=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 75 (29.69% from 255 or 13.54% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF14B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF14B is #110EB4. Grayscale: #DDDDDD. Windows color (decimal): -1117877 or 4977134. OLE color: 4977134.

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

Color convert

RGB 238 241 75 -
CMYK 0.01 0 0.69 0.05
HSL 61.08º 0.86% 0.62% -
HSV(B) 61.08º 0.69% 0.95% -
XYZ 67.99 81.6 18.82 -
YUV 221.18 45.51 140 -
System Red Green Blue C M Y K H S L
Decimal 238 241 75 0.01 0 0.69 0.05 61.08 0.86 0.62
Hex EE F1 4B 1 0 45 5 3D 56 3E
Octal 356 361 113 1 0 105 5 75 126 76
Binary 11101110 11110001 1001011 1 0 1000101 101 111101 1010110 111110

Color Harmonies of #EEF14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF14B

Black with #EEF14B

Text Example


Text Example

White with #EEF14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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