Html Css Color HEX #EFE69D Picasso

📋 copy color: '#EFE69D'

red 239 ◦ green 230 ◦ blue 157

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

Shades of Picasso #EFE69D

Tints of Picasso #EFE69D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.74%

 BLUE value IS 157 (61.72% from 255) = 25.08%

R = 38.18%
G = 36.74%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFE69D (or 0xEFE69D) is known color: Picasso. HEX triplet: EF, E6 and 9D. RGB value is (239,230,157). Sum of RGB (Red+Green+Blue) = 239+230+157=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 157 (61.72% from 255 or 25.08% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE69D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE69D is #101962. Grayscale: #E0E0E0. Windows color (decimal): -1055075 or 10348271. OLE color: 10348271.

HSL color Cylindrical-coordinate representation of color #EFE69D: hue angle of 53.41º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFE69D is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 230 157 -
CMYK 0 0.04 0.34 0.06
HSL 53.41º 0.72% 0.78% -
HSV(B) 53.41º 0.34% 0.94% -
XYZ 69.98 77.38 43.15 -
YUV 224.37 89.98 138.44 -
System Red Green Blue C M Y K H S L
Decimal 239 230 157 0 0.04 0.34 0.06 53.41 0.72 0.78
Hex EF E6 9D 0 4 22 6 35 48 4E
Octal 357 346 235 0 4 42 6 65 110 116
Binary 11101111 11100110 10011101 0 100 100010 110 110101 1001000 1001110

Color Harmonies of #EFE69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE69D

Black with #EFE69D

Text Example


Text Example

White with #EFE69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE69D; }

 p { color: rgb(239,230,157); }

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

background-color css

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

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

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

border-color css

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

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

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