Html Css Color HEX #EFDA93 Splash

📋 copy color: '#EFDA93'

red 239 ◦ green 218 ◦ blue 147

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

Shades of Splash #EFDA93

Tints of Splash #EFDA93

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.09%

 BLUE value IS 147 (57.81% from 255) = 24.34%

R = 39.57%
G = 36.09%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFDA93 (or 0xEFDA93) is known color: Splash. HEX triplet: EF, DA and 93. RGB value is (239,218,147). Sum of RGB (Red+Green+Blue) = 239+218+147=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 147 (57.81% from 255 or 24.34% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA93 is #10256C. Grayscale: #D8D8D8. Windows color (decimal): -1058157 or 9689839. OLE color: 9689839.

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

Color convert

RGB 239 218 147 -
CMYK 0 0.09 0.38 0.06
HSL 46.3º 0.74% 0.76% -
HSV(B) 46.3º 0.38% 0.94% -
XYZ 65.93 70.6 37.76 -
YUV 216.19 88.96 144.27 -
System Red Green Blue C M Y K H S L
Decimal 239 218 147 0 0.09 0.38 0.06 46.3 0.74 0.76
Hex EF DA 93 0 9 26 6 2E 4A 4C
Octal 357 332 223 0 11 46 6 56 112 114
Binary 11101111 11011010 10010011 0 1001 100110 110 101110 1001010 1001100

Color Harmonies of #EFDA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA93

Black with #EFDA93

Text Example


Text Example

White with #EFDA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA93; }

 p { color: rgb(239,218,147); }

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

background-color css

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

 a { background-color: rgb(239,218,147); }

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

border-color css

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

 span { border-color: rgb(239,218,147); }

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