Html Css Color HEX #EFDA63 Portica

📋 copy color: '#EFDA63'

red 239 ◦ green 218 ◦ blue 99

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

Shades of Portica #EFDA63

Tints of Portica #EFDA63

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.21%

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

R = 42.99%
G = 39.21%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFDA63 (or 0xEFDA63) is known color: Portica. HEX triplet: EF, DA and 63. RGB value is (239,218,99). Sum of RGB (Red+Green+Blue) = 239+218+99=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 99 (39.06% from 255 or 17.81% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA63 is #10259C. Grayscale: #D3D3D3. Windows color (decimal): -1058205 or 6544111. OLE color: 6544111.

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

Color convert

RGB 239 218 99 -
CMYK 0 0.09 0.59 0.06
HSL 51º 0.81% 0.66% -
HSV(B) 51º 0.59% 0.94% -
XYZ 62.92 69.39 21.88 -
YUV 210.71 64.96 148.18 -
System Red Green Blue C M Y K H S L
Decimal 239 218 99 0 0.09 0.59 0.06 51 0.81 0.66
Hex EF DA 63 0 9 3B 6 33 51 42
Octal 357 332 143 0 11 73 6 63 121 102
Binary 11101111 11011010 1100011 0 1001 111011 110 110011 1010001 1000010

Color Harmonies of #EFDA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA63

Black with #EFDA63

Text Example


Text Example

White with #EFDA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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