Html Css Color HEX #EFDB59 Portica

📋 copy color: '#EFDB59'

red 239 ◦ green 219 ◦ blue 89

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

Shades of Portica #EFDB59

Tints of Portica #EFDB59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 16.27%

R = 43.69%
G = 40.04%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFDB59 (or 0xEFDB59) is known color: Portica. HEX triplet: EF, DB and 59. RGB value is (239,219,89). Sum of RGB (Red+Green+Blue) = 239+219+89=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 89 (35.16% from 255 or 16.27% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB59 is #1024A6. Grayscale: #D2D2D2. Windows color (decimal): -1057959 or 5889007. OLE color: 5889007.

HSL color Cylindrical-coordinate representation of color #EFDB59: hue angle of 52º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFDB59 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 89 -
CMYK 0 0.08 0.63 0.06
HSL 52º 0.82% 0.64% -
HSV(B) 52º 0.63% 0.94% -
XYZ 62.73 69.74 19.61 -
YUV 210.16 59.63 148.57 -
System Red Green Blue C M Y K H S L
Decimal 239 219 89 0 0.08 0.63 0.06 52 0.82 0.64
Hex EF DB 59 0 8 3F 6 34 52 40
Octal 357 333 131 0 10 77 6 64 122 100
Binary 11101111 11011011 1011001 0 1000 111111 110 110100 1010010 1000000

Color Harmonies of #EFDB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB59

Black with #EFDB59

Text Example


Text Example

White with #EFDB59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB59; }

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

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

background-color css

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

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

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

border-color css

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

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

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