Html Css Color HEX #EFD58F Splash

📋 copy color: '#EFD58F'

red 239 ◦ green 213 ◦ blue 143

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

Shades of Splash #EFD58F

Tints of Splash #EFD58F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.8%

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

R = 40.17%
G = 35.8%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFD58F (or 0xEFD58F) is known color: Splash. HEX triplet: EF, D5 and 8F. RGB value is (239,213,143). Sum of RGB (Red+Green+Blue) = 239+213+143=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 143 (56.25% from 255 or 24.03% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD58F is #102A70. Grayscale: #D5D5D5. Windows color (decimal): -1059441 or 9426415. OLE color: 9426415.

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

Color convert

RGB 239 213 143 -
CMYK 0 0.11 0.40 0.06
HSL 43.75º 0.75% 0.75% -
HSV(B) 43.75º 0.4% 0.94% -
XYZ 64.35 67.92 35.71 -
YUV 212.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 239 213 143 0 0.11 0.40 0.06 43.75 0.75 0.75
Hex EF D5 8F 0 B 28 6 2C 4B 4B
Octal 357 325 217 0 13 50 6 54 113 113
Binary 11101111 11010101 10001111 0 1011 101000 110 101100 1001011 1001011

Color Harmonies of #EFD58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD58F

Black with #EFD58F

Text Example


Text Example

White with #EFD58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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