Html Css Color HEX #EFD29B Splash

📋 copy color: '#EFD29B'

red 239 ◦ green 210 ◦ blue 155

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

Shades of Splash #EFD29B

Tints of Splash #EFD29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.66%

R = 39.57%
G = 34.77%
B = 25.66%

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

#EFD29B (or 0xEFD29B) is known color: Splash. HEX triplet: EF, D2 and 9B. RGB value is (239,210,155). Sum of RGB (Red+Green+Blue) = 239+210+155=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 155 (60.94% from 255 or 25.66% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD29B is #102D64. Grayscale: #D4D4D4. Windows color (decimal): -1060197 or 10212079. OLE color: 10212079.

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

Color convert

RGB 239 210 155 -
CMYK 0 0.12 0.35 0.06
HSL 39.29º 0.72% 0.77% -
HSV(B) 39.29º 0.35% 0.94% -
XYZ 64.56 66.81 40.5 -
YUV 212.4 95.61 146.97 -
System Red Green Blue C M Y K H S L
Decimal 239 210 155 0 0.12 0.35 0.06 39.29 0.72 0.77
Hex EF D2 9B 0 C 23 6 27 48 4D
Octal 357 322 233 0 14 43 6 47 110 115
Binary 11101111 11010010 10011011 0 1100 100011 110 100111 1001000 1001101

Color Harmonies of #EFD29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD29B

Black with #EFD29B

Text Example


Text Example

White with #EFD29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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