Html Css Color HEX #EFDA51 Portica

📋 copy color: '#EFDA51'

red 239 ◦ green 218 ◦ blue 81

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

Shades of Portica #EFDA51

Tints of Portica #EFDA51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.06%

R = 44.42%
G = 40.52%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFDA51 (or 0xEFDA51) is known color: Portica. HEX triplet: EF, DA and 51. RGB value is (239,218,81). Sum of RGB (Red+Green+Blue) = 239+218+81=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 81 (32.03% from 255 or 15.06% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA51 is #1025AE. Grayscale: #D1D1D1. Windows color (decimal): -1058223 or 5364463. OLE color: 5364463.

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

Color convert

RGB 239 218 81 -
CMYK 0 0.09 0.66 0.06
HSL 52.03º 0.83% 0.63% -
HSV(B) 52.03º 0.66% 0.94% -
XYZ 62.15 69.09 17.84 -
YUV 208.66 55.96 149.64 -
System Red Green Blue C M Y K H S L
Decimal 239 218 81 0 0.09 0.66 0.06 52.03 0.83 0.63
Hex EF DA 51 0 9 42 6 34 53 3F
Octal 357 332 121 0 11 102 6 64 123 77
Binary 11101111 11011010 1010001 0 1001 1000010 110 110100 1010011 111111

Color Harmonies of #EFDA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA51

Black with #EFDA51

Text Example


Text Example

White with #EFDA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA51; }

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

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

background-color css

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

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

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

border-color css

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

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

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