Html Css Color HEX #EFDD63 Portica

📋 copy color: '#EFDD63'

red 239 ◦ green 221 ◦ blue 99

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

Shades of Portica #EFDD63

Tints of Portica #EFDD63

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.53%

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

R = 42.75%
G = 39.53%
B = 17.71%

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

#EFDD63 (or 0xEFDD63) is known color: Portica. HEX triplet: EF, DD and 63. RGB value is (239,221,99). Sum of RGB (Red+Green+Blue) = 239+221+99=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 99 (39.06% from 255 or 17.71% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD63 is #10229C. Grayscale: #D4D4D4. Windows color (decimal): -1057437 or 6544879. OLE color: 6544879.

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

Color convert

RGB 239 221 99 -
CMYK 0 0.08 0.59 0.06
HSL 52.29º 0.81% 0.66% -
HSV(B) 52.29º 0.59% 0.94% -
XYZ 63.71 70.96 22.14 -
YUV 212.47 63.96 146.92 -
System Red Green Blue C M Y K H S L
Decimal 239 221 99 0 0.08 0.59 0.06 52.29 0.81 0.66
Hex EF DD 63 0 8 3B 6 34 51 42
Octal 357 335 143 0 10 73 6 64 121 102
Binary 11101111 11011101 1100011 0 1000 111011 110 110100 1010001 1000010

Color Harmonies of #EFDD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD63

Black with #EFDD63

Text Example


Text Example

White with #EFDD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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