Html Css Color HEX #EFD68F Splash

📋 copy color: '#EFD68F'

red 239 ◦ green 214 ◦ blue 143

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

Shades of Splash #EFD68F

Tints of Splash #EFD68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.99%

R = 40.1%
G = 35.91%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFD68F (or 0xEFD68F) is known color: Splash. HEX triplet: EF, D6 and 8F. RGB value is (239,214,143). Sum of RGB (Red+Green+Blue) = 239+214+143=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 143 (56.25% from 255 or 23.99% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD68F is #102970. Grayscale: #D5D5D5. Windows color (decimal): -1059185 or 9426671. OLE color: 9426671.

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

Color convert

RGB 239 214 143 -
CMYK 0 0.10 0.40 0.06
HSL 44.38º 0.75% 0.75% -
HSV(B) 44.38º 0.4% 0.94% -
XYZ 64.6 68.43 35.79 -
YUV 213.38 88.28 146.27 -
System Red Green Blue C M Y K H S L
Decimal 239 214 143 0 0.10 0.40 0.06 44.38 0.75 0.75
Hex EF D6 8F 0 A 28 6 2C 4B 4B
Octal 357 326 217 0 12 50 6 54 113 113
Binary 11101111 11010110 10001111 0 1010 101000 110 101100 1001011 1001011

Color Harmonies of #EFD68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD68F

Black with #EFD68F

Text Example


Text Example

White with #EFD68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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