Html Css Color HEX #EFD991 Splash

📋 copy color: '#EFD991'

red 239 ◦ green 217 ◦ blue 145

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

Shades of Splash #EFD991

Tints of Splash #EFD991

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.11%

 BLUE value IS 145 (57.03% from 255) = 24.13%

R = 39.77%
G = 36.11%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFD991 (or 0xEFD991) is known color: Splash. HEX triplet: EF, D9 and 91. RGB value is (239,217,145). Sum of RGB (Red+Green+Blue) = 239+217+145=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 145 (57.03% from 255 or 24.13% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD991 is #10266E. Grayscale: #D7D7D7. Windows color (decimal): -1058415 or 9558511. OLE color: 9558511.

HSL color Cylindrical-coordinate representation of color #EFD991: hue angle of 45.96º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFD991 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 217 145 -
CMYK 0 0.09 0.39 0.06
HSL 45.96º 0.75% 0.75% -
HSV(B) 45.96º 0.39% 0.94% -
XYZ 65.52 70.02 36.85 -
YUV 215.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 239 217 145 0 0.09 0.39 0.06 45.96 0.75 0.75
Hex EF D9 91 0 9 27 6 2E 4B 4B
Octal 357 331 221 0 11 47 6 56 113 113
Binary 11101111 11011001 10010001 0 1001 100111 110 101110 1001011 1001011

Color Harmonies of #EFD991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD991

Black with #EFD991

Text Example


Text Example

White with #EFD991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD991; }

 p { color: rgb(239,217,145); }

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

background-color css

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

 a { background-color: rgb(239,217,145); }

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

border-color css

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

 span { border-color: rgb(239,217,145); }

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