Html Css Color HEX #EFD992 Splash

📋 copy color: '#EFD992'

red 239 ◦ green 217 ◦ blue 146

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

Shades of Splash #EFD992

Tints of Splash #EFD992

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.05%

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

R = 39.7%
G = 36.05%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFD992 (or 0xEFD992) is known color: Splash. HEX triplet: EF, D9 and 92. RGB value is (239,217,146). Sum of RGB (Red+Green+Blue) = 239+217+146=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 146 (57.42% from 255 or 24.25% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD992 is #10266D. Grayscale: #D7D7D7. Windows color (decimal): -1058414 or 9624047. OLE color: 9624047.

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

Color convert

RGB 239 217 146 -
CMYK 0 0.09 0.39 0.06
HSL 45.81º 0.74% 0.75% -
HSV(B) 45.81º 0.39% 0.94% -
XYZ 65.6 70.05 37.26 -
YUV 215.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 239 217 146 0 0.09 0.39 0.06 45.81 0.74 0.75
Hex EF D9 92 0 9 27 6 2E 4A 4B
Octal 357 331 222 0 11 47 6 56 112 113
Binary 11101111 11011001 10010010 0 1001 100111 110 101110 1001010 1001011

Color Harmonies of #EFD992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD992

Black with #EFD992

Text Example


Text Example

White with #EFD992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD992; }

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

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

background-color css

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

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

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

border-color css

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

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

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