Html Css Color HEX #EFDC54 Portica

📋 copy color: '#EFDC54'

red 239 ◦ green 220 ◦ blue 84

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

Shades of Portica #EFDC54

Tints of Portica #EFDC54

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.52%

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

R = 44.01%
G = 40.52%
B = 15.47%

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

#EFDC54 (or 0xEFDC54) is known color: Portica. HEX triplet: EF, DC and 54. RGB value is (239,220,84). Sum of RGB (Red+Green+Blue) = 239+220+84=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 84 (33.20% from 255 or 15.47% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC54 is #1023AB. Grayscale: #D2D2D2. Windows color (decimal): -1057708 or 5561583. OLE color: 5561583.

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

Color convert

RGB 239 220 84 -
CMYK 0 0.08 0.65 0.06
HSL 52.65º 0.83% 0.63% -
HSV(B) 52.65º 0.65% 0.94% -
XYZ 62.79 70.18 18.62 -
YUV 210.18 56.79 148.56 -
System Red Green Blue C M Y K H S L
Decimal 239 220 84 0 0.08 0.65 0.06 52.65 0.83 0.63
Hex EF DC 54 0 8 41 6 35 53 3F
Octal 357 334 124 0 10 101 6 65 123 77
Binary 11101111 11011100 1010100 0 1000 1000001 110 110101 1010011 111111

Color Harmonies of #EFDC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC54

Black with #EFDC54

Text Example


Text Example

White with #EFDC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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