Html Css Color HEX #EFD499 Splash

📋 copy color: '#EFD499'

red 239 ◦ green 212 ◦ blue 153

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

Shades of Splash #EFD499

Tints of Splash #EFD499

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.1%

 BLUE value IS 153 (60.16% from 255) = 25.33%

R = 39.57%
G = 35.1%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFD499 (or 0xEFD499) is known color: Splash. HEX triplet: EF, D4 and 99. RGB value is (239,212,153). Sum of RGB (Red+Green+Blue) = 239+212+153=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 153 (60.16% from 255 or 25.33% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD499 is #102B66. Grayscale: #D5D5D5. Windows color (decimal): -1059687 or 10081519. OLE color: 10081519.

HSL color Cylindrical-coordinate representation of color #EFD499: hue angle of 41.16º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFD499 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 212 153 -
CMYK 0 0.11 0.36 0.06
HSL 41.16º 0.73% 0.77% -
HSV(B) 41.16º 0.36% 0.94% -
XYZ 64.89 67.74 39.79 -
YUV 213.35 93.95 146.3 -
System Red Green Blue C M Y K H S L
Decimal 239 212 153 0 0.11 0.36 0.06 41.16 0.73 0.77
Hex EF D4 99 0 B 24 6 29 49 4D
Octal 357 324 231 0 13 44 6 51 111 115
Binary 11101111 11010100 10011001 0 1011 100100 110 101001 1001001 1001101

Color Harmonies of #EFD499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD499

Black with #EFD499

Text Example


Text Example

White with #EFD499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD499; }

 p { color: rgb(239,212,153); }

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

background-color css

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

 a { background-color: rgb(239,212,153); }

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

border-color css

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

 span { border-color: rgb(239,212,153); }

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