Html Css Color HEX #EFCD58 Portica

📋 copy color: '#EFCD58'

red 239 ◦ green 205 ◦ blue 88

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

Shades of Portica #EFCD58

Tints of Portica #EFCD58

RGB

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

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

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

R = 44.92%
G = 38.53%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFCD58 (or 0xEFCD58) is known color: Portica. HEX triplet: EF, CD and 58. RGB value is (239,205,88). Sum of RGB (Red+Green+Blue) = 239+205+88=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 88 (34.77% from 255 or 16.54% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD58 is #1032A7. Grayscale: #CACACA. Windows color (decimal): -1061544 or 5819887. OLE color: 5819887.

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

Color convert

RGB 239 205 88 -
CMYK 0 0.14 0.63 0.06
HSL 46.49º 0.83% 0.64% -
HSV(B) 46.49º 0.63% 0.94% -
XYZ 59.19 62.72 18.22 -
YUV 201.83 63.76 154.51 -
System Red Green Blue C M Y K H S L
Decimal 239 205 88 0 0.14 0.63 0.06 46.49 0.83 0.64
Hex EF CD 58 0 E 3F 6 2E 53 40
Octal 357 315 130 0 16 77 6 56 123 100
Binary 11101111 11001101 1011000 0 1110 111111 110 101110 1010011 1000000

Color Harmonies of #EFCD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD58

Black with #EFCD58

Text Example


Text Example

White with #EFCD58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD58; }

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

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

background-color css

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

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

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

border-color css

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

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

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