Html Css Color HEX #EFDC63 Portica

📋 copy color: '#EFDC63'

red 239 ◦ green 220 ◦ blue 99

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

Shades of Portica #EFDC63

Tints of Portica #EFDC63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 17.74%

R = 42.83%
G = 39.43%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFDC63 (or 0xEFDC63) is known color: Portica. HEX triplet: EF, DC and 63. RGB value is (239,220,99). Sum of RGB (Red+Green+Blue) = 239+220+99=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 99 (39.06% from 255 or 17.74% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC63 is #10239C. Grayscale: #D4D4D4. Windows color (decimal): -1057693 or 6544623. OLE color: 6544623.

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

Color convert

RGB 239 220 99 -
CMYK 0 0.08 0.59 0.06
HSL 51.86º 0.81% 0.66% -
HSV(B) 51.86º 0.59% 0.94% -
XYZ 63.44 70.44 22.06 -
YUV 211.89 64.29 147.34 -
System Red Green Blue C M Y K H S L
Decimal 239 220 99 0 0.08 0.59 0.06 51.86 0.81 0.66
Hex EF DC 63 0 8 3B 6 34 51 42
Octal 357 334 143 0 10 73 6 64 121 102
Binary 11101111 11011100 1100011 0 1000 111011 110 110100 1010001 1000010

Color Harmonies of #EFDC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC63

Black with #EFDC63

Text Example


Text Example

White with #EFDC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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