Html Css Color HEX #EFDE60 Portica

📋 copy color: '#EFDE60'

red 239 ◦ green 222 ◦ blue 96

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

Shades of Portica #EFDE60

Tints of Portica #EFDE60

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.86%

 BLUE value IS 96 (37.89% from 255) = 17.24%

R = 42.91%
G = 39.86%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFDE60 (or 0xEFDE60) is known color: Portica. HEX triplet: EF, DE and 60. RGB value is (239,222,96). Sum of RGB (Red+Green+Blue) = 239+222+96=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 96 (37.89% from 255 or 17.24% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDE60 is #10219F. Grayscale: #D5D5D5. Windows color (decimal): -1057184 or 6348527. OLE color: 6348527.

HSL color Cylindrical-coordinate representation of color #EFDE60: hue angle of 52.87º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFDE60 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 222 96 -
CMYK 0 0.07 0.60 0.06
HSL 52.87º 0.82% 0.66% -
HSV(B) 52.87º 0.6% 0.94% -
XYZ 63.83 71.44 21.49 -
YUV 212.72 62.13 146.75 -
System Red Green Blue C M Y K H S L
Decimal 239 222 96 0 0.07 0.60 0.06 52.87 0.82 0.66
Hex EF DE 60 0 7 3C 6 35 52 42
Octal 357 336 140 0 7 74 6 65 122 102
Binary 11101111 11011110 1100000 0 111 111100 110 110101 1010010 1000010

Color Harmonies of #EFDE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDE60

Black with #EFDE60

Text Example


Text Example

White with #EFDE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDE60; }

 p { color: rgb(239,222,96); }

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

background-color css

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

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

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

border-color css

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

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

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