Html Css Color HEX #EFD892 Splash

📋 copy color: '#EFD892'

red 239 ◦ green 216 ◦ blue 146

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

Shades of Splash #EFD892

Tints of Splash #EFD892

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.94%

 BLUE value IS 146 (57.42% from 255) = 24.29%

R = 39.77%
G = 35.94%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFD892 (or 0xEFD892) is known color: Splash. HEX triplet: EF, D8 and 92. RGB value is (239,216,146). Sum of RGB (Red+Green+Blue) = 239+216+146=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 146 (57.42% from 255 or 24.29% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD892 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD892 is #10276D. Grayscale: #D7D7D7. Windows color (decimal): -1058670 or 9623791. OLE color: 9623791.

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

Color convert

RGB 239 216 146 -
CMYK 0 0.10 0.39 0.06
HSL 45.16º 0.74% 0.75% -
HSV(B) 45.16º 0.39% 0.94% -
XYZ 65.34 69.54 37.17 -
YUV 214.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 239 216 146 0 0.10 0.39 0.06 45.16 0.74 0.75
Hex EF D8 92 0 A 27 6 2D 4A 4B
Octal 357 330 222 0 12 47 6 55 112 113
Binary 11101111 11011000 10010010 0 1010 100111 110 101101 1001010 1001011

Color Harmonies of #EFD892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD892

Black with #EFD892

Text Example


Text Example

White with #EFD892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD892; }

 p { color: rgb(239,216,146); }

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

background-color css

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

 a { background-color: rgb(239,216,146); }

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

border-color css

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

 span { border-color: rgb(239,216,146); }

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