Html Css Color HEX #EFD398 Splash

📋 copy color: '#EFD398'

red 239 ◦ green 211 ◦ blue 152

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

Shades of Splash #EFD398

Tints of Splash #EFD398

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.05%

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

R = 39.7%
G = 35.05%
B = 25.25%

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

#EFD398 (or 0xEFD398) is known color: Splash. HEX triplet: EF, D3 and 98. RGB value is (239,211,152). Sum of RGB (Red+Green+Blue) = 239+211+152=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 152 (59.77% from 255 or 25.25% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD398 is #102C67. Grayscale: #D4D4D4. Windows color (decimal): -1059944 or 10015727. OLE color: 10015727.

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

Color convert

RGB 239 211 152 -
CMYK 0 0.12 0.36 0.06
HSL 40.69º 0.73% 0.77% -
HSV(B) 40.69º 0.36% 0.94% -
XYZ 64.56 67.21 39.28 -
YUV 212.65 93.78 146.8 -
System Red Green Blue C M Y K H S L
Decimal 239 211 152 0 0.12 0.36 0.06 40.69 0.73 0.77
Hex EF D3 98 0 C 24 6 29 49 4D
Octal 357 323 230 0 14 44 6 51 111 115
Binary 11101111 11010011 10011000 0 1100 100100 110 101001 1001001 1001101

Color Harmonies of #EFD398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD398

Black with #EFD398

Text Example


Text Example

White with #EFD398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD398; }

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

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

background-color css

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

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

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

border-color css

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

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

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