Html Css Color HEX #EFD054 Portica

📋 copy color: '#EFD054'

red 239 ◦ green 208 ◦ blue 84

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

Shades of Portica #EFD054

Tints of Portica #EFD054

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.17%

 BLUE value IS 84 (33.2% from 255) = 15.82%

R = 45.01%
G = 39.17%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFD054 (or 0xEFD054) is known color: Portica. HEX triplet: EF, D0 and 54. RGB value is (239,208,84). Sum of RGB (Red+Green+Blue) = 239+208+84=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 84 (33.20% from 255 or 15.82% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD054 is #102FAB. Grayscale: #CBCBCB. Windows color (decimal): -1060780 or 5558511. OLE color: 5558511.

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

Color convert

RGB 239 208 84 -
CMYK 0 0.13 0.65 0.06
HSL 48º 0.83% 0.63% -
HSV(B) 48º 0.65% 0.94% -
XYZ 59.75 64.1 17.61 -
YUV 203.13 60.77 153.58 -
System Red Green Blue C M Y K H S L
Decimal 239 208 84 0 0.13 0.65 0.06 48 0.83 0.63
Hex EF D0 54 0 D 41 6 30 53 3F
Octal 357 320 124 0 15 101 6 60 123 77
Binary 11101111 11010000 1010100 0 1101 1000001 110 110000 1010011 111111

Color Harmonies of #EFD054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD054

Black with #EFD054

Text Example


Text Example

White with #EFD054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD054; }

 p { color: rgb(239,208,84); }

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

background-color css

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

 a { background-color: rgb(239,208,84); }

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

border-color css

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

 span { border-color: rgb(239,208,84); }

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