Html Css Color HEX #EFDA56 Portica

📋 copy color: '#EFDA56'

red 239 ◦ green 218 ◦ blue 86

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

Shades of Portica #EFDA56

Tints of Portica #EFDA56

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.15%

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

R = 44.01%
G = 40.15%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFDA56 (or 0xEFDA56) is known color: Portica. HEX triplet: EF, DA and 56. RGB value is (239,218,86). Sum of RGB (Red+Green+Blue) = 239+218+86=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 86 (33.98% from 255 or 15.84% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA56 is #1025A9. Grayscale: #D1D1D1. Windows color (decimal): -1058218 or 5692143. OLE color: 5692143.

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

Color convert

RGB 239 218 86 -
CMYK 0 0.09 0.64 0.06
HSL 51.76º 0.83% 0.64% -
HSV(B) 51.76º 0.64% 0.94% -
XYZ 62.35 69.17 18.87 -
YUV 209.23 58.46 149.23 -
System Red Green Blue C M Y K H S L
Decimal 239 218 86 0 0.09 0.64 0.06 51.76 0.83 0.64
Hex EF DA 56 0 9 40 6 34 53 40
Octal 357 332 126 0 11 100 6 64 123 100
Binary 11101111 11011010 1010110 0 1001 1000000 110 110100 1010011 1000000

Color Harmonies of #EFDA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA56

Black with #EFDA56

Text Example


Text Example

White with #EFDA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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