Html Css Color HEX #EFDC59 Portica

📋 copy color: '#EFDC59'

red 239 ◦ green 220 ◦ blue 89

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

Shades of Portica #EFDC59

Tints of Portica #EFDC59

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.15%

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

R = 43.61%
G = 40.15%
B = 16.24%

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

#EFDC59 (or 0xEFDC59) is known color: Portica. HEX triplet: EF, DC and 59. RGB value is (239,220,89). Sum of RGB (Red+Green+Blue) = 239+220+89=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 89 (35.16% from 255 or 16.24% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC59 is #1023A6. Grayscale: #D3D3D3. Windows color (decimal): -1057703 or 5889263. OLE color: 5889263.

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

Color convert

RGB 239 220 89 -
CMYK 0 0.08 0.63 0.06
HSL 52.4º 0.82% 0.64% -
HSV(B) 52.4º 0.63% 0.94% -
XYZ 62.99 70.26 19.69 -
YUV 210.75 59.29 148.15 -
System Red Green Blue C M Y K H S L
Decimal 239 220 89 0 0.08 0.63 0.06 52.4 0.82 0.64
Hex EF DC 59 0 8 3F 6 34 52 40
Octal 357 334 131 0 10 77 6 64 122 100
Binary 11101111 11011100 1011001 0 1000 111111 110 110100 1010010 1000000

Color Harmonies of #EFDC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC59

Black with #EFDC59

Text Example


Text Example

White with #EFDC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC59; }

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

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

background-color css

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

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

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

border-color css

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

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

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