Html Css Color HEX #EFCD56 Portica

📋 copy color: '#EFCD56'

red 239 ◦ green 205 ◦ blue 86

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

Shades of Portica #EFCD56

Tints of Portica #EFCD56

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.68%

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

R = 45.09%
G = 38.68%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFCD56 (or 0xEFCD56) is known color: Portica. HEX triplet: EF, CD and 56. RGB value is (239,205,86). Sum of RGB (Red+Green+Blue) = 239+205+86=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 86 (33.98% from 255 or 16.23% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD56 is #1032A9. Grayscale: #CACACA. Windows color (decimal): -1061546 or 5688815. OLE color: 5688815.

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

Color convert

RGB 239 205 86 -
CMYK 0 0.14 0.64 0.06
HSL 46.67º 0.83% 0.64% -
HSV(B) 46.67º 0.64% 0.94% -
XYZ 59.11 62.69 17.79 -
YUV 201.6 62.76 154.68 -
System Red Green Blue C M Y K H S L
Decimal 239 205 86 0 0.14 0.64 0.06 46.67 0.83 0.64
Hex EF CD 56 0 E 40 6 2F 53 40
Octal 357 315 126 0 16 100 6 57 123 100
Binary 11101111 11001101 1010110 0 1110 1000000 110 101111 1010011 1000000

Color Harmonies of #EFCD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD56

Black with #EFCD56

Text Example


Text Example

White with #EFCD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD56; }

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

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

background-color css

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

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

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

border-color css

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

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

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