Html Css Color HEX #EFDC5E Portica

📋 copy color: '#EFDC5E'

red 239 ◦ green 220 ◦ blue 94

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

Shades of Portica #EFDC5E

Tints of Portica #EFDC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17%

R = 43.22%
G = 39.78%
B = 17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFDC5E (or 0xEFDC5E) is known color: Portica. HEX triplet: EF, DC and 5E. RGB value is (239,220,94). Sum of RGB (Red+Green+Blue) = 239+220+94=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 94 (37.11% from 255 or 17.00% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC5E is #1023A1. Grayscale: #D3D3D3. Windows color (decimal): -1057698 or 6216943. OLE color: 6216943.

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

Color convert

RGB 239 220 94 -
CMYK 0 0.08 0.61 0.06
HSL 52.14º 0.82% 0.65% -
HSV(B) 52.14º 0.61% 0.94% -
XYZ 63.21 70.35 20.84 -
YUV 211.32 61.79 147.75 -
System Red Green Blue C M Y K H S L
Decimal 239 220 94 0 0.08 0.61 0.06 52.14 0.82 0.65
Hex EF DC 5E 0 8 3D 6 34 52 41
Octal 357 334 136 0 10 75 6 64 122 101
Binary 11101111 11011100 1011110 0 1000 111101 110 110100 1010010 1000001

Color Harmonies of #EFDC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC5E

Black with #EFDC5E

Text Example


Text Example

White with #EFDC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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