Html Css Color HEX #EFDC51 Portica

📋 copy color: '#EFDC51'

red 239 ◦ green 220 ◦ blue 81

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

Shades of Portica #EFDC51

Tints of Portica #EFDC51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15%

R = 44.26%
G = 40.74%
B = 15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFDC51 (or 0xEFDC51) is known color: Portica. HEX triplet: EF, DC and 51. RGB value is (239,220,81). Sum of RGB (Red+Green+Blue) = 239+220+81=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 81 (32.03% from 255 or 15% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC51 is #1023AE. Grayscale: #D2D2D2. Windows color (decimal): -1057711 or 5364975. OLE color: 5364975.

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

Color convert

RGB 239 220 81 -
CMYK 0 0.08 0.66 0.06
HSL 52.78º 0.83% 0.63% -
HSV(B) 52.78º 0.66% 0.94% -
XYZ 62.68 70.13 18.02 -
YUV 209.84 55.29 148.8 -
System Red Green Blue C M Y K H S L
Decimal 239 220 81 0 0.08 0.66 0.06 52.78 0.83 0.63
Hex EF DC 51 0 8 42 6 35 53 3F
Octal 357 334 121 0 10 102 6 65 123 77
Binary 11101111 11011100 1010001 0 1000 1000010 110 110101 1010011 111111

Color Harmonies of #EFDC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC51

Black with #EFDC51

Text Example


Text Example

White with #EFDC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC51; }

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

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

background-color css

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

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

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

border-color css

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

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

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