Html Css Color HEX #EFDB94 Splash

📋 copy color: '#EFDB94'

red 239 ◦ green 219 ◦ blue 148

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

Shades of Splash #EFDB94

Tints of Splash #EFDB94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.42%

R = 39.44%
G = 36.14%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFDB94 (or 0xEFDB94) is known color: Splash. HEX triplet: EF, DB and 94. RGB value is (239,219,148). Sum of RGB (Red+Green+Blue) = 239+219+148=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 148 (58.20% from 255 or 24.42% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB94 is #10246B. Grayscale: #D9D9D9. Windows color (decimal): -1057900 or 9755631. OLE color: 9755631.

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

Color convert

RGB 239 219 148 -
CMYK 0 0.08 0.38 0.06
HSL 46.81º 0.74% 0.76% -
HSV(B) 46.81º 0.38% 0.94% -
XYZ 66.27 71.15 38.26 -
YUV 216.89 89.13 143.77 -
System Red Green Blue C M Y K H S L
Decimal 239 219 148 0 0.08 0.38 0.06 46.81 0.74 0.76
Hex EF DB 94 0 8 26 6 2F 4A 4C
Octal 357 333 224 0 10 46 6 57 112 114
Binary 11101111 11011011 10010100 0 1000 100110 110 101111 1001010 1001100

Color Harmonies of #EFDB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB94

Black with #EFDB94

Text Example


Text Example

White with #EFDB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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