Html Css Color HEX #EFD690 Splash

📋 copy color: '#EFD690'

red 239 ◦ green 214 ◦ blue 144

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

Shades of Splash #EFD690

Tints of Splash #EFD690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.12%

R = 40.03%
G = 35.85%
B = 24.12%

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

#EFD690 (or 0xEFD690) is known color: Splash. HEX triplet: EF, D6 and 90. RGB value is (239,214,144). Sum of RGB (Red+Green+Blue) = 239+214+144=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 144 (56.64% from 255 or 24.12% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD690 is #10296F. Grayscale: #D5D5D5. Windows color (decimal): -1059184 or 9492207. OLE color: 9492207.

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

Color convert

RGB 239 214 144 -
CMYK 0 0.10 0.40 0.06
HSL 44.21º 0.75% 0.75% -
HSV(B) 44.21º 0.4% 0.94% -
XYZ 64.68 68.46 36.19 -
YUV 213.5 88.78 146.19 -
System Red Green Blue C M Y K H S L
Decimal 239 214 144 0 0.10 0.40 0.06 44.21 0.75 0.75
Hex EF D6 90 0 A 28 6 2C 4B 4B
Octal 357 326 220 0 12 50 6 54 113 113
Binary 11101111 11010110 10010000 0 1010 101000 110 101100 1001011 1001011

Color Harmonies of #EFD690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD690

Black with #EFD690

Text Example


Text Example

White with #EFD690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD690; }

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

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

background-color css

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

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

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

border-color css

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

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

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