Html Css Color HEX #EFD396 Splash

📋 copy color: '#EFD396'

red 239 ◦ green 211 ◦ blue 150

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

Shades of Splash #EFD396

Tints of Splash #EFD396

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.17%

 BLUE value IS 150 (58.98% from 255) = 25%

R = 39.83%
G = 35.17%
B = 25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFD396 (or 0xEFD396) is known color: Splash. HEX triplet: EF, D3 and 96. RGB value is (239,211,150). Sum of RGB (Red+Green+Blue) = 239+211+150=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD396 is #102C69. Grayscale: #D4D4D4. Windows color (decimal): -1059946 or 9884655. OLE color: 9884655.

HSL color Cylindrical-coordinate representation of color #EFD396: hue angle of 41.12º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFD396 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 211 150 -
CMYK 0 0.12 0.37 0.06
HSL 41.12º 0.74% 0.76% -
HSV(B) 41.12º 0.37% 0.94% -
XYZ 64.4 67.14 38.42 -
YUV 212.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 239 211 150 0 0.12 0.37 0.06 41.12 0.74 0.76
Hex EF D3 96 0 C 25 6 29 4A 4C
Octal 357 323 226 0 14 45 6 51 112 114
Binary 11101111 11010011 10010110 0 1100 100101 110 101001 1001010 1001100

Color Harmonies of #EFD396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD396

Black with #EFD396

Text Example


Text Example

White with #EFD396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD396; }

 p { color: rgb(239,211,150); }

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

background-color css

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

 a { background-color: rgb(239,211,150); }

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

border-color css

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

 span { border-color: rgb(239,211,150); }

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