Html Css Color HEX #EFEFD4 Hint Of Yellow

📋 copy color: '#EFEFD4'

red 239 ◦ green 239 ◦ blue 212

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

Shades of Hint Of Yellow #EFEFD4

Tints of Hint Of Yellow #EFEFD4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.64%

 BLUE value IS 212 (83.2% from 255) = 30.72%

R = 34.64%
G = 34.64%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFEFD4 (or 0xEFEFD4) is known color: Hint Of Yellow. HEX triplet: EF, EF and D4. RGB value is (239,239,212). Sum of RGB (Red+Green+Blue) = 239+239+212=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 212 (83.20% from 255 or 30.72% from 690); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFD4 is #10102B. Grayscale: #ECECEC. Windows color (decimal): -1052716 or 13955055. OLE color: 13955055.

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

Color convert

RGB 239 239 212 -
CMYK 0 0 0.11 0.06
HSL 60º 0.46% 0.88% -
HSV(B) 60º 0.11% 0.94% -
XYZ 78.35 84.84 74.53 -
YUV 235.92 114.5 130.2 -
System Red Green Blue C M Y K H S L
Decimal 239 239 212 0 0 0.11 0.06 60 0.46 0.88
Hex EF EF D4 0 0 B 6 3C 2E 58
Octal 357 357 324 0 0 13 6 74 56 130
Binary 11101111 11101111 11010100 0 0 1011 110 111100 101110 1011000

Color Harmonies of #EFEFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFD4

Black with #EFEFD4

Text Example


Text Example

White with #EFEFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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