Html Css Color HEX #EFDB60 Portica

📋 copy color: '#EFDB60'

red 239 ◦ green 219 ◦ blue 96

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

Shades of Portica #EFDB60

Tints of Portica #EFDB60

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.53%

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

R = 43.14%
G = 39.53%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFDB60 (or 0xEFDB60) is known color: Portica. HEX triplet: EF, DB and 60. RGB value is (239,219,96). Sum of RGB (Red+Green+Blue) = 239+219+96=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB60 is #10249F. Grayscale: #D3D3D3. Windows color (decimal): -1057952 or 6347759. OLE color: 6347759.

HSL color Cylindrical-coordinate representation of color #EFDB60: hue angle of 51.61º 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 #EFDB60 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 96 -
CMYK 0 0.08 0.60 0.06
HSL 51.61º 0.82% 0.66% -
HSV(B) 51.61º 0.6% 0.94% -
XYZ 63.04 69.86 21.23 -
YUV 210.96 63.13 148 -
System Red Green Blue C M Y K H S L
Decimal 239 219 96 0 0.08 0.60 0.06 51.61 0.82 0.66
Hex EF DB 60 0 8 3C 6 34 52 42
Octal 357 333 140 0 10 74 6 64 122 102
Binary 11101111 11011011 1100000 0 1000 111100 110 110100 1010010 1000010

Color Harmonies of #EFDB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB60

Black with #EFDB60

Text Example


Text Example

White with #EFDB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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