Html Css Color HEX #EFDB98 Splash

📋 copy color: '#EFDB98'

red 239 ◦ green 219 ◦ blue 152

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

Shades of Splash #EFDB98

Tints of Splash #EFDB98

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.9%

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

R = 39.18%
G = 35.9%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFDB98 (or 0xEFDB98) is known color: Splash. HEX triplet: EF, DB and 98. RGB value is (239,219,152). Sum of RGB (Red+Green+Blue) = 239+219+152=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 152 (59.77% from 255 or 24.92% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB98 is #102467. Grayscale: #D9D9D9. Windows color (decimal): -1057896 or 10017775. OLE color: 10017775.

HSL color Cylindrical-coordinate representation of color #EFDB98: hue angle of 46.21º 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 #EFDB98 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 152 -
CMYK 0 0.08 0.36 0.06
HSL 46.21º 0.73% 0.77% -
HSV(B) 46.21º 0.36% 0.94% -
XYZ 66.6 71.28 39.95 -
YUV 217.34 91.13 143.45 -
System Red Green Blue C M Y K H S L
Decimal 239 219 152 0 0.08 0.36 0.06 46.21 0.73 0.77
Hex EF DB 98 0 8 24 6 2E 49 4D
Octal 357 333 230 0 10 44 6 56 111 115
Binary 11101111 11011011 10011000 0 1000 100100 110 101110 1001001 1001101

Color Harmonies of #EFDB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB98

Black with #EFDB98

Text Example


Text Example

White with #EFDB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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