Html Css Color HEX #EFD397 Splash

📋 copy color: '#EFD397'

red 239 ◦ green 211 ◦ blue 151

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

Shades of Splash #EFD397

Tints of Splash #EFD397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.12%

R = 39.77%
G = 35.11%
B = 25.12%

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

#EFD397 (or 0xEFD397) is known color: Splash. HEX triplet: EF, D3 and 97. RGB value is (239,211,151). Sum of RGB (Red+Green+Blue) = 239+211+151=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD397 is #102C68. Grayscale: #D4D4D4. Windows color (decimal): -1059945 or 9950191. OLE color: 9950191.

HSL color Cylindrical-coordinate representation of color #EFD397: hue angle of 40.91º degrees, saturation: 0.73, 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 #EFD397 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 211 151 -
CMYK 0 0.12 0.37 0.06
HSL 40.91º 0.73% 0.76% -
HSV(B) 40.91º 0.37% 0.94% -
XYZ 64.48 67.17 38.85 -
YUV 212.53 93.28 146.88 -
System Red Green Blue C M Y K H S L
Decimal 239 211 151 0 0.12 0.37 0.06 40.91 0.73 0.76
Hex EF D3 97 0 C 25 6 29 49 4C
Octal 357 323 227 0 14 45 6 51 111 114
Binary 11101111 11010011 10010111 0 1100 100101 110 101001 1001001 1001100

Color Harmonies of #EFD397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD397

Black with #EFD397

Text Example


Text Example

White with #EFD397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD397; }

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

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

background-color css

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

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

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

border-color css

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

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

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