Html Css Color HEX #EFF1A4 Shalimar

📋 copy color: '#EFF1A4'

red 239 ◦ green 241 ◦ blue 164

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

Shades of Shalimar #EFF1A4

Tints of Shalimar #EFF1A4

RGB

 RED value IS 239 (93.75% from 255) = 37.11%

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

 BLUE value IS 164 (64.45% from 255) = 25.47%

R = 37.11%
G = 37.42%
B = 25.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#EFF1A4 (or 0xEFF1A4) is known color: Shalimar. HEX triplet: EF, F1 and A4. RGB value is (239,241,164). Sum of RGB (Red+Green+Blue) = 239+241+164=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 164 (64.45% from 255 or 25.47% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF1A4 is #100E5B. Grayscale: #E7E7E7. Windows color (decimal): -1052252 or 10809839. OLE color: 10809839.

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

Color convert

RGB 239 241 164 -
CMYK 0.01 0 0.32 0.05
HSL 61.56º 0.73% 0.79% -
HSV(B) 61.56º 0.32% 0.95% -
XYZ 73.75 83.94 47.44 -
YUV 231.62 89.84 133.26 -
System Red Green Blue C M Y K H S L
Decimal 239 241 164 0.01 0 0.32 0.05 61.56 0.73 0.79
Hex EF F1 A4 1 0 20 5 3E 49 4F
Octal 357 361 244 1 0 40 5 76 111 117
Binary 11101111 11110001 10100100 1 0 100000 101 111110 1001001 1001111

Color Harmonies of #EFF1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF1A4

Black with #EFF1A4

Text Example


Text Example

White with #EFF1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF1A4; }

 p { color: rgb(239,241,164); }

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

background-color css

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

 a { background-color: rgb(239,241,164); }

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

border-color css

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

 span { border-color: rgb(239,241,164); }

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