Html Css Color HEX #EFD299 Splash

📋 copy color: '#EFD299'

red 239 ◦ green 210 ◦ blue 153

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

Shades of Splash #EFD299

Tints of Splash #EFD299

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.88%

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

R = 39.7%
G = 34.88%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFD299 (or 0xEFD299) is known color: Splash. HEX triplet: EF, D2 and 99. RGB value is (239,210,153). Sum of RGB (Red+Green+Blue) = 239+210+153=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 153 (60.16% from 255 or 25.42% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD299 is #102D66. Grayscale: #D4D4D4. Windows color (decimal): -1060199 or 10081007. OLE color: 10081007.

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

Color convert

RGB 239 210 153 -
CMYK 0 0.12 0.36 0.06
HSL 39.77º 0.73% 0.77% -
HSV(B) 39.77º 0.36% 0.94% -
XYZ 64.39 66.74 39.63 -
YUV 212.17 94.61 147.13 -
System Red Green Blue C M Y K H S L
Decimal 239 210 153 0 0.12 0.36 0.06 39.77 0.73 0.77
Hex EF D2 99 0 C 24 6 28 49 4D
Octal 357 322 231 0 14 44 6 50 111 115
Binary 11101111 11010010 10011001 0 1100 100100 110 101000 1001001 1001101

Color Harmonies of #EFD299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD299

Black with #EFD299

Text Example


Text Example

White with #EFD299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD299; }

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

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

background-color css

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

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

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

border-color css

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

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

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