Html Css Color HEX #EFD354 Portica

📋 copy color: '#EFD354'

red 239 ◦ green 211 ◦ blue 84

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

Shades of Portica #EFD354

Tints of Portica #EFD354

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.51%

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

R = 44.76%
G = 39.51%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFD354 (or 0xEFD354) is known color: Portica. HEX triplet: EF, D3 and 54. RGB value is (239,211,84). Sum of RGB (Red+Green+Blue) = 239+211+84=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 84 (33.20% from 255 or 15.73% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD354 is #102CAB. Grayscale: #CDCDCD. Windows color (decimal): -1060012 or 5559279. OLE color: 5559279.

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

Color convert

RGB 239 211 84 -
CMYK 0 0.12 0.65 0.06
HSL 49.16º 0.83% 0.63% -
HSV(B) 49.16º 0.65% 0.94% -
XYZ 60.49 65.58 17.86 -
YUV 204.89 59.78 152.33 -
System Red Green Blue C M Y K H S L
Decimal 239 211 84 0 0.12 0.65 0.06 49.16 0.83 0.63
Hex EF D3 54 0 C 41 6 31 53 3F
Octal 357 323 124 0 14 101 6 61 123 77
Binary 11101111 11010011 1010100 0 1100 1000001 110 110001 1010011 111111

Color Harmonies of #EFD354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD354

Black with #EFD354

Text Example


Text Example

White with #EFD354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD354; }

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

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

background-color css

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

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

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

border-color css

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

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

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