Html Css Color HEX #EFE498 Picasso

📋 copy color: '#EFE498'

red 239 ◦ green 228 ◦ blue 152

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

Shades of Picasso #EFE498

Tints of Picasso #EFE498

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.83%

 BLUE value IS 152 (59.77% from 255) = 24.56%

R = 38.61%
G = 36.83%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFE498 (or 0xEFE498) is known color: Picasso. HEX triplet: EF, E4 and 98. RGB value is (239,228,152). Sum of RGB (Red+Green+Blue) = 239+228+152=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 152 (59.77% from 255 or 24.56% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE498 is #101B67. Grayscale: #DEDEDE. Windows color (decimal): -1055592 or 10020079. OLE color: 10020079.

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

Color convert

RGB 239 228 152 -
CMYK 0 0.05 0.36 0.06
HSL 52.41º 0.73% 0.77% -
HSV(B) 52.41º 0.36% 0.94% -
XYZ 69.01 76.1 40.76 -
YUV 222.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 239 228 152 0 0.05 0.36 0.06 52.41 0.73 0.77
Hex EF E4 98 0 5 24 6 34 49 4D
Octal 357 344 230 0 5 44 6 64 111 115
Binary 11101111 11100100 10011000 0 101 100100 110 110100 1001001 1001101

Color Harmonies of #EFE498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE498

Black with #EFE498

Text Example


Text Example

White with #EFE498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE498; }

 p { color: rgb(239,228,152); }

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

background-color css

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

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

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

border-color css

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

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

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