Html Css Color HEX #EFDD54 Portica

📋 copy color: '#EFDD54'

red 239 ◦ green 221 ◦ blue 84

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

Shades of Portica #EFDD54

Tints of Portica #EFDD54

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.63%

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

R = 43.93%
G = 40.63%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFDD54 (or 0xEFDD54) is known color: Portica. HEX triplet: EF, DD and 54. RGB value is (239,221,84). Sum of RGB (Red+Green+Blue) = 239+221+84=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 84 (33.20% from 255 or 15.44% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD54 is #1022AB. Grayscale: #D3D3D3. Windows color (decimal): -1057452 or 5561839. OLE color: 5561839.

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

Color convert

RGB 239 221 84 -
CMYK 0 0.08 0.65 0.06
HSL 53.03º 0.83% 0.63% -
HSV(B) 53.03º 0.65% 0.94% -
XYZ 63.05 70.7 18.71 -
YUV 210.76 56.46 148.14 -
System Red Green Blue C M Y K H S L
Decimal 239 221 84 0 0.08 0.65 0.06 53.03 0.83 0.63
Hex EF DD 54 0 8 41 6 35 53 3F
Octal 357 335 124 0 10 101 6 65 123 77
Binary 11101111 11011101 1010100 0 1000 1000001 110 110101 1010011 111111

Color Harmonies of #EFDD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD54

Black with #EFDD54

Text Example


Text Example

White with #EFDD54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD54; }

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

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

background-color css

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

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

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

border-color css

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

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

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