Html Css Color HEX #EFD492 Splash

📋 copy color: '#EFD492'

red 239 ◦ green 212 ◦ blue 146

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

Shades of Splash #EFD492

Tints of Splash #EFD492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.46%

R = 40.03%
G = 35.51%
B = 24.46%

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

#EFD492 (or 0xEFD492) is known color: Splash. HEX triplet: EF, D4 and 92. RGB value is (239,212,146). Sum of RGB (Red+Green+Blue) = 239+212+146=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD492 is #102B6D. Grayscale: #D4D4D4. Windows color (decimal): -1059694 or 9622767. OLE color: 9622767.

HSL color Cylindrical-coordinate representation of color #EFD492: hue angle of 42.58º degrees, saturation: 0.74, 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 #EFD492 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 212 146 -
CMYK 0 0.11 0.39 0.06
HSL 42.58º 0.74% 0.75% -
HSV(B) 42.58º 0.39% 0.94% -
XYZ 64.33 67.51 36.83 -
YUV 212.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 239 212 146 0 0.11 0.39 0.06 42.58 0.74 0.75
Hex EF D4 92 0 B 27 6 2B 4A 4B
Octal 357 324 222 0 13 47 6 53 112 113
Binary 11101111 11010100 10010010 0 1011 100111 110 101011 1001010 1001011

Color Harmonies of #EFD492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD492

Black with #EFD492

Text Example


Text Example

White with #EFD492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD492; }

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

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

background-color css

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

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

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

border-color css

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

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

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