Html Css Color HEX #EFD490 Splash

📋 copy color: '#EFD490'

red 239 ◦ green 212 ◦ blue 144

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

Shades of Splash #EFD490

Tints of Splash #EFD490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.2%

R = 40.17%
G = 35.63%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFD490 (or 0xEFD490) is known color: Splash. HEX triplet: EF, D4 and 90. RGB value is (239,212,144). Sum of RGB (Red+Green+Blue) = 239+212+144=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD490 is #102B6F. Grayscale: #D4D4D4. Windows color (decimal): -1059696 or 9491695. OLE color: 9491695.

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

Color convert

RGB 239 212 144 -
CMYK 0 0.11 0.40 0.06
HSL 42.95º 0.75% 0.75% -
HSV(B) 42.95º 0.4% 0.94% -
XYZ 64.17 67.45 36.02 -
YUV 212.32 89.45 147.03 -
System Red Green Blue C M Y K H S L
Decimal 239 212 144 0 0.11 0.40 0.06 42.95 0.75 0.75
Hex EF D4 90 0 B 28 6 2B 4B 4B
Octal 357 324 220 0 13 50 6 53 113 113
Binary 11101111 11010100 10010000 0 1011 101000 110 101011 1001011 1001011

Color Harmonies of #EFD490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD490

Black with #EFD490

Text Example


Text Example

White with #EFD490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD490; }

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

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

background-color css

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

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

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

border-color css

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

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

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