Html Css Color HEX #EFDC56 Portica

📋 copy color: '#EFDC56'

red 239 ◦ green 220 ◦ blue 86

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

Shades of Portica #EFDC56

Tints of Portica #EFDC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.78%

R = 43.85%
G = 40.37%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFDC56 (or 0xEFDC56) is known color: Portica. HEX triplet: EF, DC and 56. RGB value is (239,220,86). Sum of RGB (Red+Green+Blue) = 239+220+86=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 86 (33.98% from 255 or 15.78% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC56 is #1023A9. Grayscale: #D2D2D2. Windows color (decimal): -1057706 or 5692655. OLE color: 5692655.

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

Color convert

RGB 239 220 86 -
CMYK 0 0.08 0.64 0.06
HSL 52.55º 0.83% 0.64% -
HSV(B) 52.55º 0.64% 0.94% -
XYZ 62.87 70.21 19.04 -
YUV 210.41 57.79 148.4 -
System Red Green Blue C M Y K H S L
Decimal 239 220 86 0 0.08 0.64 0.06 52.55 0.83 0.64
Hex EF DC 56 0 8 40 6 35 53 40
Octal 357 334 126 0 10 100 6 65 123 100
Binary 11101111 11011100 1010110 0 1000 1000000 110 110101 1010011 1000000

Color Harmonies of #EFDC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC56

Black with #EFDC56

Text Example


Text Example

White with #EFDC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC56; }

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

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

background-color css

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

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

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

border-color css

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

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

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