Html Css Color HEX #EFD29C Splash

📋 copy color: '#EFD29C'

red 239 ◦ green 210 ◦ blue 156

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

Shades of Splash #EFD29C

Tints of Splash #EFD29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.79%

R = 39.5%
G = 34.71%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFD29C (or 0xEFD29C) is known color: Splash. HEX triplet: EF, D2 and 9C. RGB value is (239,210,156). Sum of RGB (Red+Green+Blue) = 239+210+156=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 156 (61.33% from 255 or 25.79% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD29C is #102D63. Grayscale: #D4D4D4. Windows color (decimal): -1060196 or 10277615. OLE color: 10277615.

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

Color convert

RGB 239 210 156 -
CMYK 0 0.12 0.35 0.06
HSL 39.04º 0.72% 0.77% -
HSV(B) 39.04º 0.35% 0.94% -
XYZ 64.64 66.84 40.95 -
YUV 212.52 96.11 146.89 -
System Red Green Blue C M Y K H S L
Decimal 239 210 156 0 0.12 0.35 0.06 39.04 0.72 0.77
Hex EF D2 9C 0 C 23 6 27 48 4D
Octal 357 322 234 0 14 43 6 47 110 115
Binary 11101111 11010010 10011100 0 1100 100011 110 100111 1001000 1001101

Color Harmonies of #EFD29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD29C

Black with #EFD29C

Text Example


Text Example

White with #EFD29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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