Html Css Color HEX #EFD698 Splash

📋 copy color: '#EFD698'

red 239 ◦ green 214 ◦ blue 152

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

Shades of Splash #EFD698

Tints of Splash #EFD698

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.37%

 BLUE value IS 152 (59.77% from 255) = 25.12%

R = 39.5%
G = 35.37%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFD698 (or 0xEFD698) is known color: Splash. HEX triplet: EF, D6 and 98. RGB value is (239,214,152). Sum of RGB (Red+Green+Blue) = 239+214+152=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 152 (59.77% from 255 or 25.12% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD698 is #102967. Grayscale: #D6D6D6. Windows color (decimal): -1059176 or 10016495. OLE color: 10016495.

HSL color Cylindrical-coordinate representation of color #EFD698: hue angle of 42.76º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFD698 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 214 152 -
CMYK 0 0.10 0.36 0.06
HSL 42.76º 0.73% 0.77% -
HSV(B) 42.76º 0.36% 0.94% -
XYZ 65.31 68.71 39.53 -
YUV 214.41 92.78 145.54 -
System Red Green Blue C M Y K H S L
Decimal 239 214 152 0 0.10 0.36 0.06 42.76 0.73 0.77
Hex EF D6 98 0 A 24 6 2B 49 4D
Octal 357 326 230 0 12 44 6 53 111 115
Binary 11101111 11010110 10011000 0 1010 100100 110 101011 1001001 1001101

Color Harmonies of #EFD698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD698

Black with #EFD698

Text Example


Text Example

White with #EFD698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD698; }

 p { color: rgb(239,214,152); }

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

background-color css

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

 a { background-color: rgb(239,214,152); }

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

border-color css

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

 span { border-color: rgb(239,214,152); }

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