Html Css Color HEX #EFD491 Splash

📋 copy color: '#EFD491'

red 239 ◦ green 212 ◦ blue 145

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

Shades of Splash #EFD491

Tints of Splash #EFD491

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.57%

 BLUE value IS 145 (57.03% from 255) = 24.33%

R = 40.1%
G = 35.57%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFD491 (or 0xEFD491) is known color: Splash. HEX triplet: EF, D4 and 91. RGB value is (239,212,145). Sum of RGB (Red+Green+Blue) = 239+212+145=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 145 (57.03% from 255 or 24.33% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD491 is #102B6E. Grayscale: #D4D4D4. Windows color (decimal): -1059695 or 9557231. OLE color: 9557231.

HSL color Cylindrical-coordinate representation of color #EFD491: hue angle of 42.77º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFD491 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 212 145 -
CMYK 0 0.11 0.39 0.06
HSL 42.77º 0.75% 0.75% -
HSV(B) 42.77º 0.39% 0.94% -
XYZ 64.25 67.48 36.43 -
YUV 212.44 89.95 146.95 -
System Red Green Blue C M Y K H S L
Decimal 239 212 145 0 0.11 0.39 0.06 42.77 0.75 0.75
Hex EF D4 91 0 B 27 6 2B 4B 4B
Octal 357 324 221 0 13 47 6 53 113 113
Binary 11101111 11010100 10010001 0 1011 100111 110 101011 1001011 1001011

Color Harmonies of #EFD491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD491

Black with #EFD491

Text Example


Text Example

White with #EFD491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD491; }

 p { color: rgb(239,212,145); }

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

background-color css

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

 a { background-color: rgb(239,212,145); }

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

border-color css

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

 span { border-color: rgb(239,212,145); }

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