Html Css Color HEX #EFE69C Picasso

📋 copy color: '#EFE69C'

red 239 ◦ green 230 ◦ blue 156

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

Shades of Picasso #EFE69C

Tints of Picasso #EFE69C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 24.96%

R = 38.24%
G = 36.8%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFE69C (or 0xEFE69C) is known color: Picasso. HEX triplet: EF, E6 and 9C. RGB value is (239,230,156). Sum of RGB (Red+Green+Blue) = 239+230+156=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 156 (61.33% from 255 or 24.96% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE69C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE69C is #101963. Grayscale: #E0E0E0. Windows color (decimal): -1055076 or 10282735. OLE color: 10282735.

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

Color convert

RGB 239 230 156 -
CMYK 0 0.04 0.35 0.06
HSL 53.49º 0.72% 0.77% -
HSV(B) 53.49º 0.35% 0.94% -
XYZ 69.89 77.34 42.7 -
YUV 224.26 89.48 138.52 -
System Red Green Blue C M Y K H S L
Decimal 239 230 156 0 0.04 0.35 0.06 53.49 0.72 0.77
Hex EF E6 9C 0 4 23 6 35 48 4D
Octal 357 346 234 0 4 43 6 65 110 115
Binary 11101111 11100110 10011100 0 100 100011 110 110101 1001000 1001101

Color Harmonies of #EFE69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE69C

Black with #EFE69C

Text Example


Text Example

White with #EFE69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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