Html Css Color HEX #EFDF63 Portica

📋 copy color: '#EFDF63'

red 239 ◦ green 223 ◦ blue 99

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

Shades of Portica #EFDF63

Tints of Portica #EFDF63

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.75%

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

R = 42.6%
G = 39.75%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFDF63 (or 0xEFDF63) is known color: Portica. HEX triplet: EF, DF and 63. RGB value is (239,223,99). Sum of RGB (Red+Green+Blue) = 239+223+99=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 99 (39.06% from 255 or 17.65% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF63 is #10209C. Grayscale: #D6D6D6. Windows color (decimal): -1056925 or 6545391. OLE color: 6545391.

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

Color convert

RGB 239 223 99 -
CMYK 0 0.07 0.59 0.06
HSL 53.14º 0.81% 0.66% -
HSV(B) 53.14º 0.59% 0.94% -
XYZ 64.24 72.03 22.32 -
YUV 213.65 63.3 146.08 -
System Red Green Blue C M Y K H S L
Decimal 239 223 99 0 0.07 0.59 0.06 53.14 0.81 0.66
Hex EF DF 63 0 7 3B 6 35 51 42
Octal 357 337 143 0 7 73 6 65 121 102
Binary 11101111 11011111 1100011 0 111 111011 110 110101 1010001 1000010

Color Harmonies of #EFDF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF63

Black with #EFDF63

Text Example


Text Example

White with #EFDF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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