Html Css Color HEX #EFDC58 Portica

📋 copy color: '#EFDC58'

red 239 ◦ green 220 ◦ blue 88

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

Shades of Portica #EFDC58

Tints of Portica #EFDC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.09%

R = 43.69%
G = 40.22%
B = 16.09%

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

#EFDC58 (or 0xEFDC58) is known color: Portica. HEX triplet: EF, DC and 58. RGB value is (239,220,88). Sum of RGB (Red+Green+Blue) = 239+220+88=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 88 (34.77% from 255 or 16.09% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC58 is #1023A7. Grayscale: #D3D3D3. Windows color (decimal): -1057704 or 5823727. OLE color: 5823727.

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

Color convert

RGB 239 220 88 -
CMYK 0 0.08 0.63 0.06
HSL 52.45º 0.83% 0.64% -
HSV(B) 52.45º 0.63% 0.94% -
XYZ 62.95 70.24 19.47 -
YUV 210.63 58.79 148.23 -
System Red Green Blue C M Y K H S L
Decimal 239 220 88 0 0.08 0.63 0.06 52.45 0.83 0.64
Hex EF DC 58 0 8 3F 6 34 53 40
Octal 357 334 130 0 10 77 6 64 123 100
Binary 11101111 11011100 1011000 0 1000 111111 110 110100 1010011 1000000

Color Harmonies of #EFDC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC58

Black with #EFDC58

Text Example


Text Example

White with #EFDC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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