Html Css Color HEX #EFDC98 Splash

📋 copy color: '#EFDC98'

red 239 ◦ green 220 ◦ blue 152

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

Shades of Splash #EFDC98

Tints of Splash #EFDC98

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.01%

 BLUE value IS 152 (59.77% from 255) = 24.88%

R = 39.12%
G = 36.01%
B = 24.88%

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

#EFDC98 (or 0xEFDC98) is known color: Splash. HEX triplet: EF, DC and 98. RGB value is (239,220,152). Sum of RGB (Red+Green+Blue) = 239+220+152=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 152 (59.77% from 255 or 24.88% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC98 is #102367. Grayscale: #DADADA. Windows color (decimal): -1057640 or 10018031. OLE color: 10018031.

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

Color convert

RGB 239 220 152 -
CMYK 0 0.08 0.36 0.06
HSL 46.9º 0.73% 0.77% -
HSV(B) 46.9º 0.36% 0.94% -
XYZ 66.86 71.8 40.04 -
YUV 217.93 90.79 143.03 -
System Red Green Blue C M Y K H S L
Decimal 239 220 152 0 0.08 0.36 0.06 46.9 0.73 0.77
Hex EF DC 98 0 8 24 6 2F 49 4D
Octal 357 334 230 0 10 44 6 57 111 115
Binary 11101111 11011100 10011000 0 1000 100100 110 101111 1001001 1001101

Color Harmonies of #EFDC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC98

Black with #EFDC98

Text Example


Text Example

White with #EFDC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC98; }

 p { color: rgb(239,220,152); }

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

background-color css

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

 a { background-color: rgb(239,220,152); }

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

border-color css

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

 span { border-color: rgb(239,220,152); }

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