Html Css Color HEX #EFDB9A Splash

📋 copy color: '#EFDB9A'

red 239 ◦ green 219 ◦ blue 154

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

Shades of Splash #EFDB9A

Tints of Splash #EFDB9A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.78%

 BLUE value IS 154 (60.55% from 255) = 25.16%

R = 39.05%
G = 35.78%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFDB9A (or 0xEFDB9A) is known color: Splash. HEX triplet: EF, DB and 9A. RGB value is (239,219,154). Sum of RGB (Red+Green+Blue) = 239+219+154=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 154 (60.55% from 255 or 25.16% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB9A is #102465. Grayscale: #D9D9D9. Windows color (decimal): -1057894 or 10148847. OLE color: 10148847.

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

Color convert

RGB 239 219 154 -
CMYK 0 0.08 0.36 0.06
HSL 45.88º 0.73% 0.77% -
HSV(B) 45.88º 0.36% 0.94% -
XYZ 66.76 71.35 40.82 -
YUV 217.57 92.13 143.29 -
System Red Green Blue C M Y K H S L
Decimal 239 219 154 0 0.08 0.36 0.06 45.88 0.73 0.77
Hex EF DB 9A 0 8 24 6 2E 49 4D
Octal 357 333 232 0 10 44 6 56 111 115
Binary 11101111 11011011 10011010 0 1000 100100 110 101110 1001001 1001101

Color Harmonies of #EFDB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB9A

Black with #EFDB9A

Text Example


Text Example

White with #EFDB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB9A; }

 p { color: rgb(239,219,154); }

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

background-color css

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

 a { background-color: rgb(239,219,154); }

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

border-color css

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

 span { border-color: rgb(239,219,154); }

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